Title: [207763] trunk/Source/WebCore
Revision
207763
Author
da...@apple.com
Date
2016-10-24 09:48:54 -0700 (Mon, 24 Oct 2016)

Log Message

Try to fix Windows build.

* bindings/js/JSWebGL2RenderingContextCustom.cpp: Rearranged includes
so they are inside the conditional as they should be.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (207762 => 207763)


--- trunk/Source/WebCore/ChangeLog	2016-10-24 16:25:02 UTC (rev 207762)
+++ trunk/Source/WebCore/ChangeLog	2016-10-24 16:48:54 UTC (rev 207763)
@@ -1,3 +1,10 @@
+2016-10-24  Darin Adler  <da...@apple.com>
+
+        Try to fix Windows build.
+
+        * bindings/js/JSWebGL2RenderingContextCustom.cpp: Rearranged includes
+        so they are inside the conditional as they should be.
+
 2016-10-24  Youenn Fablet  <you...@apple.com>
 
         Activate WEB_RTC compilation flags for Mac bots

Modified: trunk/Source/WebCore/bindings/js/JSWebGL2RenderingContextCustom.cpp (207762 => 207763)


--- trunk/Source/WebCore/bindings/js/JSWebGL2RenderingContextCustom.cpp	2016-10-24 16:25:02 UTC (rev 207762)
+++ trunk/Source/WebCore/bindings/js/JSWebGL2RenderingContextCustom.cpp	2016-10-24 16:48:54 UTC (rev 207763)
@@ -24,14 +24,13 @@
  */
 
 #include "config.h"
-#include "JSWebGL2RenderingContext.h"
 
 #if ENABLE(WEBGL) && ENABLE(WEBGL2)
 
+#include "JSWebGL2RenderingContext.h"
+#include "NotImplemented.h"
 #include <heap/HeapInlines.h>
 #include <runtime/Error.h>
-#include "NotImplemented.h"
-#include "WebGL2RenderingContext.h"
 
 using namespace JSC;
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to