Title: [209702] trunk/Source/_javascript_Core
Revision
209702
Author
sbar...@apple.com
Date
2016-12-11 23:44:40 -0800 (Sun, 11 Dec 2016)

Log Message

Unreviewed. Try to fix the linux build.

* runtime/StackFrame.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (209701 => 209702)


--- trunk/Source/_javascript_Core/ChangeLog	2016-12-12 07:20:49 UTC (rev 209701)
+++ trunk/Source/_javascript_Core/ChangeLog	2016-12-12 07:44:40 UTC (rev 209702)
@@ -1,5 +1,11 @@
 2016-12-11  Saam Barati  <sbar...@apple.com>
 
+        Unreviewed. Try to fix the linux build.
+
+        * runtime/StackFrame.h:
+
+2016-12-11  Saam Barati  <sbar...@apple.com>
+
         We should be able to throw exceptions from Wasm code and when Wasm frames are on the stack
         https://bugs.webkit.org/show_bug.cgi?id=165429
 

Modified: trunk/Source/_javascript_Core/runtime/StackFrame.h (209701 => 209702)


--- trunk/Source/_javascript_Core/runtime/StackFrame.h	2016-12-12 07:20:49 UTC (rev 209701)
+++ trunk/Source/_javascript_Core/runtime/StackFrame.h	2016-12-12 07:44:40 UTC (rev 209702)
@@ -26,6 +26,7 @@
 #pragma once
 
 #include "Strong.h"
+#include <limits.h>
 
 namespace JSC {
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to