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/API/JSObjectRef.cpp

    r197645 r197646  
    268268    JSLockHolder locker(exec);
    269269
    270     JSObject* jsObject = toJS(object); 
    271     return toRef(exec, jsObject->getPrototypeDirect());
     270    JSObject* jsObject = toJS(object);
     271    return toRef(exec, jsObject->prototype());
    272272}
    273273
Note: See TracChangeset for help on using the changeset viewer.