Changeset 34007 in webkit for trunk/JavaScriptCore/kjs/JSGlobalObject.h
- Timestamp:
- May 21, 2008, 10:02:47 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSGlobalObject.h
r33980 r34007 83 83 JSGlobalObjectData(JSGlobalObject* globalObject, JSObject* thisValue) 84 84 : JSVariableObjectData(&symbolTable, registerFileStack.globalBasePointer(), 0) 85 , globalScopeChain(globalObject )85 , globalScopeChain(globalObject, thisValue) 86 86 , globalExec(new ExecState(globalObject, thisValue, globalScopeChain.node())) 87 87 {
Note:
See TracChangeset
for help on using the changeset viewer.