Changeset 248518 in webkit


Ignore:
Timestamp:
Aug 11, 2019 7:30:14 AM (5 years ago)
Author:
bshafiei@apple.com
Message:

Apply patch. rdar://problem/54171879

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

Legend:

Unmodified
Added
Removed
  • branches/safari-608.1-branch/Source/JavaScriptCore/ChangeLog

    r248508 r248518  
     12019-08-11  Babak Shafiei  <bshafiei@apple.com>
     2
     3        Apply patch. rdar://problem/54171879
     4
     5    2019-08-11  Maciej Stachowiak  <mjs@apple.com>
     6
     7            Branch build fix for r248494
     8
     9            * runtime/ClassInfo.h: METHOD_TABLE_ENTRY was called WTF_METHOD_TABLE_ENTRY on the branch.
     10
    1112019-08-10  Babak Shafiei  <bshafiei@apple.com>
    212
  • branches/safari-608.1-branch/Source/JavaScriptCore/runtime/ClassInfo.h

    r248508 r248518  
    8181
    8282    using DoPutPropertySecurityCheckFunctionPtr = void (*)(JSObject*, ExecState*, PropertyName, PutPropertySlot&);
    83     DoPutPropertySecurityCheckFunctionPtr METHOD_TABLE_ENTRY(doPutPropertySecurityCheck);
     83    DoPutPropertySecurityCheckFunctionPtr WTF_METHOD_TABLE_ENTRY(doPutPropertySecurityCheck);
    8484
    8585    using ToThisFunctionPtr = JSValue (*)(JSCell*, ExecState*, ECMAMode);
Note: See TracChangeset for help on using the changeset viewer.