Title: [163026] trunk/Source/WebCore
Revision
163026
Author
m...@apple.com
Date
2014-01-29 10:52:16 -0800 (Wed, 29 Jan 2014)

Log Message

Fixed the iOS build.

* bindings/js/JSDOMWindowCustom.cpp: Updated for header renames.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (163025 => 163026)


--- trunk/Source/WebCore/ChangeLog	2014-01-29 18:51:04 UTC (rev 163025)
+++ trunk/Source/WebCore/ChangeLog	2014-01-29 18:52:16 UTC (rev 163026)
@@ -1,3 +1,9 @@
+2014-01-29  Dan Bernstein  <m...@apple.com>
+
+        Fixed the iOS build.
+
+        * bindings/js/JSDOMWindowCustom.cpp: Updated for header renames.
+
 2014-01-29  Csaba Osztrogonác  <o...@webkit.org>
 
         Remove ENABLE(_javascript__DEBUGGER) guards

Modified: trunk/Source/WebCore/bindings/js/JSDOMWindowCustom.cpp (163025 => 163026)


--- trunk/Source/WebCore/bindings/js/JSDOMWindowCustom.cpp	2014-01-29 18:51:04 UTC (rev 163025)
+++ trunk/Source/WebCore/bindings/js/JSDOMWindowCustom.cpp	2014-01-29 18:52:16 UTC (rev 163026)
@@ -42,8 +42,8 @@
 #endif
 
 #if ENABLE(IOS_TOUCH_EVENTS)
-#include "JSTouchConstructor.h"
-#include "JSTouchListConstructor.h"
+#include "JSTouchConstructorIOS.h"
+#include "JSTouchListConstructorIOS.h"
 #endif
 
 #if ENABLE(WEB_AUDIO)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to