Title: [211825] trunk/Source/WebCore
Revision
211825
Author
wei...@apple.com
Date
2017-02-07 11:47:59 -0800 (Tue, 07 Feb 2017)

Log Message

Try to fix the windows build.

* bindings/js/JSDOMConvertNumbers.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (211824 => 211825)


--- trunk/Source/WebCore/ChangeLog	2017-02-07 19:44:33 UTC (rev 211824)
+++ trunk/Source/WebCore/ChangeLog	2017-02-07 19:47:59 UTC (rev 211825)
@@ -1,3 +1,9 @@
+2017-02-07  Sam Weinig  <s...@webkit.org>
+
+        Try to fix the windows build.
+
+        * bindings/js/JSDOMConvertNumbers.h:
+
 2017-02-07  Alex Christensen  <achristen...@webkit.org>
 
         Fix libwebrtc build after r211728

Modified: trunk/Source/WebCore/bindings/js/JSDOMConvertNumbers.h (211824 => 211825)


--- trunk/Source/WebCore/bindings/js/JSDOMConvertNumbers.h	2017-02-07 19:44:33 UTC (rev 211824)
+++ trunk/Source/WebCore/bindings/js/JSDOMConvertNumbers.h	2017-02-07 19:47:59 UTC (rev 211825)
@@ -28,6 +28,7 @@
 #include "IDLTypes.h"
 #include "JSDOMConvertBase.h"
 #include "JSDOMExceptionHandling.h"
+#include <runtime/JSCJSValueInlines.h>
 
 namespace WebCore {
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to