Ignore:
Timestamp:
Mar 28, 2014, 11:10:39 AM (11 years ago)
Author:
[email protected]
Message:

Unreviewed, rolling r166248 back in.

Turns out r166070 didn't cause a 2% performance loss in page load times

Reverted changeset:

Unreviewed, rolling out r166126.
Rollout r166126 in prepartion to roll out prerequisite r166070

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/runtime/JSGlobalObject.cpp

    r166292 r166415  
    198198}
    199199
    200 void JSGlobalObject::init(JSObject* thisValue)
     200void JSGlobalObject::init()
    201201{
    202202    ASSERT(vm().currentThreadIsHoldingAPILock());
    203203
    204     setGlobalThis(vm(), thisValue);
    205204    JSGlobalObject::globalExec()->init(0, 0, this, CallFrame::noCaller(), 0, 0);
    206205
Note: See TracChangeset for help on using the changeset viewer.