summaryrefslogtreecommitdiffstats
path: root/JavaScriptCore/runtime/JSGlobalData.h
diff options
context:
space:
mode:
Diffstat (limited to 'JavaScriptCore/runtime/JSGlobalData.h')
-rw-r--r--JavaScriptCore/runtime/JSGlobalData.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/JavaScriptCore/runtime/JSGlobalData.h b/JavaScriptCore/runtime/JSGlobalData.h
index 77556b7..88cb516 100644
--- a/JavaScriptCore/runtime/JSGlobalData.h
+++ b/JavaScriptCore/runtime/JSGlobalData.h
@@ -45,14 +45,15 @@ struct OpaqueJSClassContextData;
namespace JSC {
- class CodeBlock;
class CommonIdentifiers;
+ class FunctionBodyNode;
class IdentifierTable;
class Interpreter;
class JSGlobalObject;
class JSObject;
class Lexer;
class Parser;
+ class ScopeNode;
class Stringifier;
class Structure;
class UString;
@@ -144,7 +145,7 @@ namespace JSC {
HashSet<JSObject*> arrayVisitedElements;
- CodeBlock* functionCodeBlockBeingReparsed;
+ ScopeNode* scopeNodeBeingReparsed;
Stringifier* firstStringifierToMark;
MarkStack markStack;