diff options
Diffstat (limited to 'Source/JavaScriptCore/bytecompiler/Label.h')
-rw-r--r-- | Source/JavaScriptCore/bytecompiler/Label.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/JavaScriptCore/bytecompiler/Label.h b/Source/JavaScriptCore/bytecompiler/Label.h index 8b444de91..d29ab8ff3 100644 --- a/Source/JavaScriptCore/bytecompiler/Label.h +++ b/Source/JavaScriptCore/bytecompiler/Label.h @@ -37,6 +37,8 @@ namespace JSC { + class BytecodeGenerator; + class Label { public: explicit Label(BytecodeGenerator* generator) |