Title: [188395] trunk/Source/WebCore
Revision
188395
Author
achristen...@apple.com
Date
2015-08-13 13:26:45 -0700 (Thu, 13 Aug 2015)

Log Message

[Win] Unreviewed build fix after r188388.

* bindings/js/JSWebGLRenderingContextCustom.cpp:
* dom/EventFactory.h:
* rendering/RenderThemeWin.cpp:
Strange things happen when you change including headers.  This fixed my local build.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (188394 => 188395)


--- trunk/Source/WebCore/ChangeLog	2015-08-13 20:17:02 UTC (rev 188394)
+++ trunk/Source/WebCore/ChangeLog	2015-08-13 20:26:45 UTC (rev 188395)
@@ -1,3 +1,12 @@
+2015-08-13  Alex Christensen  <achristen...@webkit.org>
+
+        [Win] Unreviewed build fix after r188388.
+
+        * bindings/js/JSWebGLRenderingContextCustom.cpp:
+        * dom/EventFactory.h:
+        * rendering/RenderThemeWin.cpp:
+        Strange things happen when you change including headers.  This fixed my local build.
+
 2015-08-13  Geoffrey Garen  <gga...@apple.com>
 
         Standardize on the phrase "delete code"

Modified: trunk/Source/WebCore/bindings/js/JSWebGLRenderingContextCustom.cpp (188394 => 188395)


--- trunk/Source/WebCore/bindings/js/JSWebGLRenderingContextCustom.cpp	2015-08-13 20:17:02 UTC (rev 188394)
+++ trunk/Source/WebCore/bindings/js/JSWebGLRenderingContextCustom.cpp	2015-08-13 20:26:45 UTC (rev 188395)
@@ -27,6 +27,7 @@
 
 #if ENABLE(WEBGL)
 #include "JSWebGLRenderingContext.h"
+#include "DOMWrapperWorld.h"
 #include <heap/SlotVisitorInlines.h>
 
 using namespace JSC;

Modified: trunk/Source/WebCore/dom/EventFactory.h (188394 => 188395)


--- trunk/Source/WebCore/dom/EventFactory.h	2015-08-13 20:17:02 UTC (rev 188394)
+++ trunk/Source/WebCore/dom/EventFactory.h	2015-08-13 20:26:45 UTC (rev 188395)
@@ -26,6 +26,7 @@
 #ifndef EventFactory_h
 #define EventFactory_h
 
+#include "DOMWrapperWorld.h"
 #include <wtf/PassRefPtr.h>
 #include <wtf/text/AtomicString.h>
 

Modified: trunk/Source/WebCore/rendering/RenderThemeWin.cpp (188394 => 188395)


--- trunk/Source/WebCore/rendering/RenderThemeWin.cpp	2015-08-13 20:17:02 UTC (rev 188394)
+++ trunk/Source/WebCore/rendering/RenderThemeWin.cpp	2015-08-13 20:26:45 UTC (rev 188395)
@@ -38,6 +38,7 @@
 #include "SystemInfo.h"
 #include "UserAgentStyleSheets.h"
 #include "WebCoreBundleWin.h"
+#include <wtf/text/StringBuilder.h>
 #include <wtf/win/GDIObject.h>
 
 #if ENABLE(VIDEO)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to