Ignore:
Timestamp:
Mar 6, 2016, 3:12:08 PM (9 years ago)
Author:
[email protected]
Message:

Unreviewed, rolling out r197645.
https://bugs.webkit.org/show_bug.cgi?id=155097

"Doesn't build properly when building entire webkit"
(Requested by saamyjoon on #webkit).

Reverted changeset:

"GetPrototypeOf should be a fully virtual method in the
method table"
https://bugs.webkit.org/show_bug.cgi?id=155002
http://trac.webkit.org/changeset/197645

File:
1 edited

Legend:

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

    r197645 r197646  
    380380        m_runtimeFlags = m_globalObjectMethodTable->javaScriptRuntimeFlags(this);
    381381        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));
    383383    }
    384384
Note: See TracChangeset for help on using the changeset viewer.