Changeset 197646 in webkit for trunk/Source/JavaScriptCore/runtime/JSGlobalObject.h
- Timestamp:
- Mar 6, 2016, 3:12:08 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSGlobalObject.h
r197645 r197646 380 380 m_runtimeFlags = m_globalObjectMethodTable->javaScriptRuntimeFlags(this); 381 381 init(vm); 382 setGlobalThis(vm, JSProxy::create(vm, JSProxy::createStructure(vm, this, getPrototypeDirect(), PureForwardingProxyType), this));382 setGlobalThis(vm, JSProxy::create(vm, JSProxy::createStructure(vm, this, prototype(), PureForwardingProxyType), this)); 383 383 } 384 384
Note:
See TracChangeset
for help on using the changeset viewer.