Changeset 37191 in webkit for trunk/JavaScriptCore/kjs/JSGlobalObject.h
- Timestamp:
- Oct 2, 2008, 9:22:58 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSGlobalObject.h
r37175 r37191 77 77 , regExpPrototype(0) 78 78 { 79 Machine::initializeCallFrame(globalCallFrame + RegisterFile::CallFrameHeaderSize, 0, 0, globalScopeChain.node(), 0, 0, 0, 0);79 Machine::initializeCallFrame(globalCallFrame + RegisterFile::CallFrameHeaderSize, 0, 0, globalScopeChain.node(), makeHostCallFramePointer(0), 0, 0, 0); 80 80 } 81 81
Note:
See TracChangeset
for help on using the changeset viewer.