Title: [213904] trunk/Source/_javascript_Core
Revision
213904
Author
mark....@apple.com
Date
2017-03-14 10:02:15 -0700 (Tue, 14 Mar 2017)

Log Message

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

Not reviewed.

* runtime/MachineContext.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (213903 => 213904)


--- trunk/Source/_javascript_Core/ChangeLog	2017-03-14 17:01:58 UTC (rev 213903)
+++ trunk/Source/_javascript_Core/ChangeLog	2017-03-14 17:02:15 UTC (rev 213904)
@@ -1,3 +1,12 @@
+2017-03-14  Mark Lam  <mark....@apple.com>
+
+        Gardening: Speculative build fix for CLoop after r213886.
+        https://bugs.webkit.org/show_bug.cgi?id=169436
+
+        Not reviewed.
+
+        * runtime/MachineContext.h:
+
 2017-03-14  Yusuke Suzuki  <utatane....@gmail.com>
 
         [JSC] Drop unnecessary pthread_attr_t for JIT enabled Linux / FreeBSD environment

Modified: trunk/Source/_javascript_Core/runtime/MachineContext.h (213903 => 213904)


--- trunk/Source/_javascript_Core/runtime/MachineContext.h	2017-03-14 17:01:58 UTC (rev 213903)
+++ trunk/Source/_javascript_Core/runtime/MachineContext.h	2017-03-14 17:02:15 UTC (rev 213904)
@@ -40,6 +40,10 @@
 #endif
 #endif
 
+#if OS(DARWIN)
+#include <mach/thread_act.h>
+#endif
+
 namespace JSC {
 namespace MachineContext {
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to