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

Changeset 278685 in webkit


Ignore:
Timestamp:
Jun 9, 2021, 6:13:48 PM (5 years ago)
Author:
Russell Epstein
Message:

Cherry-pick r278672. rdar://problem/79111918

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

Reviewed by Saam Barati.

  • API/JSCallbackObject.h:

git-svn-id: https://svn.webkit.org/repository/webkit/trunk@278672 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Location:
branches/safari-612.1.15.4-branch/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-612.1.15.4-branch/Source/JavaScriptCore/API/JSCallbackObject.h

    r278110 r278685  
    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&);
  • branches/safari-612.1.15.4-branch/Source/JavaScriptCore/ChangeLog

    r277448 r278685  
     12021-06-09  Russell Epstein  <repstein@apple.com>
     2
     3        Cherry-pick r278672. rdar://problem/79111918
     4
     5    Speculative build fix for Win32.
     6    https://bugs.webkit.org/show_bug.cgi?id=226793
     7    rdar://79032803
     8   
     9    Reviewed by Saam Barati.
     10   
     11    * API/JSCallbackObject.h:
     12   
     13   
     14   
     15    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@278672 268f45cc-cd09-0410-ab3c-d52691b4dbfc
     16
     17    2021-06-09  Mark Lam  <mark.lam@apple.com>
     18
     19            Speculative build fix for Win32.
     20            https://bugs.webkit.org/show_bug.cgi?id=226793
     21            rdar://79032803
     22
     23            Reviewed by Saam Barati.
     24
     25            * API/JSCallbackObject.h:
     26
    1272021-05-13  Chris Dumez  <cdumez@apple.com>
    228
Note: See TracChangeset for help on using the changeset viewer.