Changeset 171543 in webkit for trunk/Source/JavaScriptCore/runtime/JSGlobalObject.cpp
- Timestamp:
- Jul 24, 2014, 3:56:05 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSGlobalObject.cpp
r169598 r171543 624 624 if (oldLastInPrototypeChain != objectPrototype) 625 625 oldLastInPrototypeChain->setPrototype(vm, objectPrototype); 626 627 // Whenever we change the prototype of the global object, we need to create a new JSProxy with the correct prototype. 628 setGlobalThis(vm, JSProxy::create(vm, JSProxy::createStructure(vm, this, prototype, PureForwardingProxyType), this)); 626 629 } 627 630
Note:
See TracChangeset
for help on using the changeset viewer.