Changeset 39070 in webkit for trunk/JavaScriptCore/runtime/JSGlobalObject.cpp
- Timestamp:
- Dec 6, 2008, 2:01:05 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSGlobalObject.cpp
r38511 r39070 113 113 HashSet<ProgramCodeBlock*>::const_iterator end = codeBlocks().end(); 114 114 for (HashSet<ProgramCodeBlock*>::const_iterator it = codeBlocks().begin(); it != end; ++it) 115 (*it)-> globalObject = 0;115 (*it)->clearGlobalObject(); 116 116 117 117 RegisterFile& registerFile = globalData()->interpreter->registerFile();
Note:
See TracChangeset
for help on using the changeset viewer.