Ignore:
Timestamp:
Aug 31, 2012, 1:10:09 PM (13 years ago)
Author:
[email protected]
Message:

Not reviewed.

Rolled out http://trac.webkit.org/changeset/127293 because it broke
inspector tests on Windows.

Shrink activation objects by half
https://bugs.webkit.org/show_bug.cgi?id=95591

Reviewed by Sam Weinig.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/runtime/JSVariableObject.h

    r127293 r127304  
    6161            Structure* structure,
    6262            Register* registers,
     63            JSGlobalObject* globalObject,
     64            JSObject* globalThis,
    6365            JSScope* scope
    6466        )
    65             : Base(globalData, structure, scope)
     67            : Base(globalData, structure, globalObject, globalThis, scope)
    6668            , m_registers(reinterpret_cast<WriteBarrierBase<Unknown>*>(registers))
    6769        {
Note: See TracChangeset for help on using the changeset viewer.