⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 201816 in webkit


Ignore:
Timestamp:
Jun 8, 2016, 11:45:22 AM (10 years ago)
Author:
Ryan Haddad
Message:

Rebaseline bindings tests after r201808

Unreviewed test gardening.

  • bindings/scripts/test/JS/JSTestGlobalObject.cpp:

(WebCore::JSTestGlobalObject::finishCreation):

  • bindings/scripts/test/JS/JSTestGlobalObject.h:
Location:
trunk/Source/WebCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r201815 r201816  
     12016-06-08  Ryan Haddad  <ryanhaddad@apple.com>
     2
     3        Rebaseline bindings tests after r201808
     4
     5        Unreviewed test gardening.
     6
     7        * bindings/scripts/test/JS/JSTestGlobalObject.cpp:
     8        (WebCore::JSTestGlobalObject::finishCreation):
     9        * bindings/scripts/test/JS/JSTestGlobalObject.h:
     10
    1112016-06-08  Lucas Forschler  <lforschler@apple.com>
    212
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestGlobalObject.cpp

    r201719 r201816  
    116116}
    117117
    118 void JSTestGlobalObject::finishCreation(VM& vm)
    119 {
    120     Base::finishCreation(vm);
     118void JSTestGlobalObject::finishCreation(VM& vm, JSProxy* proxy)
     119{
     120    Base::finishCreation(vm, proxy);
    121121
    122122#if ENABLE(TEST_FEATURE)
  • trunk/Source/WebCore/bindings/scripts/test/JS/JSTestGlobalObject.h

    r201719 r201816  
    6565    }
    6666
    67     void finishCreation(JSC::VM&);
     67    void finishCreation(JSC::VM&, JSC::JSProxy*);
    6868};
    6969
Note: See TracChangeset for help on using the changeset viewer.