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

Changeset 278672 in webkit


Ignore:
Timestamp:
Jun 9, 2021, 2:14:37 PM (5 years ago)
Author:
mark.lam@apple.com
Message:

Speculative build fix for Win32.
https://bugs.webkit.org/show_bug.cgi?id=226793
rdar://79032803

Reviewed by Saam Barati.

  • API/JSCallbackObject.h:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/API/JSCallbackObject.h

    r278589 r278672  
    3131#include "JSValueRef.h"
    3232#include "JSObject.h"
     33#include <wtf/PlatformCallingConventions.h>
    3334
    3435namespace JSC {
     
    200201
    201202    static IsoSubspace* subspaceForImpl(VM&, SubspaceAccess);
    202     static JSC_HOST_CALL_ATTRIBUTES EncodedJSValue customToPrimitive(JSGlobalObject*, CallFrame*);
     203    static EncodedJSValue JSC_HOST_CALL_ATTRIBUTES customToPrimitive(JSGlobalObject*, CallFrame*);
    203204
    204205    static bool getOwnPropertySlot(JSObject*, JSGlobalObject*, PropertyName, PropertySlot&);
  • trunk/Source/JavaScriptCore/ChangeLog

    r278662 r278672  
     12021-06-09  Mark Lam  <mark.lam@apple.com>
     2
     3        Speculative build fix for Win32.
     4        https://bugs.webkit.org/show_bug.cgi?id=226793
     5        rdar://79032803
     6
     7        Reviewed by Saam Barati.
     8
     9        * API/JSCallbackObject.h:
     10
    1112021-06-09  Xan Lopez  <xan@igalia.com>
    212
Note: See TracChangeset for help on using the changeset viewer.