Changeset 250807 in webkit


Ignore:
Timestamp:
Oct 7, 2019 4:53:24 PM (5 years ago)
Author:
ysuzuki@apple.com
Message:

Unreviewed, build fix for Windows
https://bugs.webkit.org/show_bug.cgi?id=202569

  • bindings/js/JSHTMLElementCustom.cpp:

(WebCore::constructJSHTMLElement):

  • bindings/js/JSWebAnimationCustom.cpp:

(WebCore::constructJSWebAnimation):

Location:
trunk/Source/WebCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r250803 r250807  
     12019-10-07  Yusuke Suzuki  <ysuzuki@apple.com>
     2
     3        Unreviewed, build fix for Windows
     4        https://bugs.webkit.org/show_bug.cgi?id=202569
     5
     6        * bindings/js/JSHTMLElementCustom.cpp:
     7        (WebCore::constructJSHTMLElement):
     8        * bindings/js/JSWebAnimationCustom.cpp:
     9        (WebCore::constructJSWebAnimation):
     10
    1112019-10-07  Yusuke Suzuki  <ysuzuki@apple.com>
    212
  • trunk/Source/WebCore/bindings/js/JSHTMLElementCustom.cpp

    r250803 r250807  
    4242using namespace JSC;
    4343
    44 EncodedJSValue JSC_HOST_CALL constructJSHTMLElement(JSGlobalObject* globalObject, ExecState& exec)
     44EncodedJSValue constructJSHTMLElement(JSGlobalObject* globalObject, ExecState& exec)
    4545{
    4646    VM& vm = globalObject->vm();
  • trunk/Source/WebCore/bindings/js/JSWebAnimationCustom.cpp

    r250803 r250807  
    5353}
    5454
    55 EncodedJSValue JSC_HOST_CALL constructJSWebAnimation(JSGlobalObject* globalObject, ExecState& state)
     55EncodedJSValue constructJSWebAnimation(JSGlobalObject* globalObject, ExecState& state)
    5656{
    5757    VM& vm = globalObject->vm();
Note: See TracChangeset for help on using the changeset viewer.