Changeset 213904 in webkit


Ignore:
Timestamp:
Mar 14, 2017, 10:02:15 AM (8 years ago)
Author:
mark.lam@apple.com
Message:

Gardening: Speculative build fix for CLoop after r213886.
https://bugs.webkit.org/show_bug.cgi?id=169436

Not reviewed.

  • runtime/MachineContext.h:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r213901 r213904  
     12017-03-14  Mark Lam  <mark.lam@apple.com>
     2
     3        Gardening: Speculative build fix for CLoop after r213886.
     4        https://bugs.webkit.org/show_bug.cgi?id=169436
     5
     6        Not reviewed.
     7
     8        * runtime/MachineContext.h:
     9
    1102017-03-14  Yusuke Suzuki  <utatane.tea@gmail.com>
    211
  • trunk/Source/JavaScriptCore/runtime/MachineContext.h

    r213886 r213904  
    4141#endif
    4242
     43#if OS(DARWIN)
     44#include <mach/thread_act.h>
     45#endif
     46
    4347namespace JSC {
    4448namespace MachineContext {
Note: See TracChangeset for help on using the changeset viewer.