Changeset 128857 in webkit for trunk/Source/JavaScriptCore/runtime/JSGlobalObject.cpp
- Timestamp:
- Sep 18, 2012, 12:29:03 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSGlobalObject.cpp
r128851 r128857 371 371 // We only want to have a bad time in the affected global object, not in the entire 372 372 // VM. But we have to be careful, since there may be objects that claim to belong to 373 // a different global object that ha sprototypes from our global object.373 // a different global object that have prototypes from our global object. 374 374 bool foundGlobalObject = false; 375 375 for (JSObject* current = object; ;) {
Note:
See TracChangeset
for help on using the changeset viewer.