Changeset 120886 in webkit for trunk/Source/JavaScriptCore/runtime/JSGlobalObject.cpp
- Timestamp:
- Jun 20, 2012, 4:55:18 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSGlobalObject.cpp
r119844 r120886 133 133 ASSERT(JSLock::currentThreadIsHoldingLock()); 134 134 135 structure()->disableSpecificFunctionTracking();136 137 135 m_globalScopeChain.set(globalData(), this, ScopeChainNode::create(0, this, &globalData(), this, thisValue)); 138 136
Note:
See TracChangeset
for help on using the changeset viewer.