Changeset 253257 in webkit


Ignore:
Timestamp:
Dec 7, 2019 10:56:50 AM (4 years ago)
Author:
mark.lam@apple.com
Message:

Build fix for: The compiler thread should not adjust Identifier refCounts.
https://bugs.webkit.org/show_bug.cgi?id=204919
<rdar://problem/57426861>

Not reviewed.

  • bytecode/GetByStatus.cpp:

(JSC::GetByStatus::computeFor):

Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r253250 r253257  
     12019-12-07  Mark Lam  <mark.lam@apple.com>
     2
     3        Build fix for: The compiler thread should not adjust Identifier refCounts.
     4        https://bugs.webkit.org/show_bug.cgi?id=204919
     5        <rdar://problem/57426861>
     6
     7        Not reviewed.
     8
     9        * bytecode/GetByStatus.cpp:
     10        (JSC::GetByStatus::computeFor):
     11
    1122019-12-07  Joonghun Park  <jh718.park@samsung.com>
    213
  • trunk/Source/JavaScriptCore/bytecode/GetByStatus.cpp

    r253243 r253257  
    130130    UNUSED_PARAM(didExit);
    131131    UNUSED_PARAM(callExitSiteData);
     132    UNUSED_PARAM(keepAlive);
    132133#endif
    133134
Note: See TracChangeset for help on using the changeset viewer.