Title: [161901] trunk/Source/WebCore
Revision
161901
Author
[email protected]
Date
2014-01-13 12:21:40 -0800 (Mon, 13 Jan 2014)

Log Message

r161638 broke the Windows build
https://bugs.webkit.org/show_bug.cgi?id=126916

* DerivedSources.make:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (161900 => 161901)


--- trunk/Source/WebCore/ChangeLog	2014-01-13 20:10:22 UTC (rev 161900)
+++ trunk/Source/WebCore/ChangeLog	2014-01-13 20:21:40 UTC (rev 161901)
@@ -1,3 +1,10 @@
+2014-01-13  Daniel Bates  <[email protected]>
+
+        r161638 broke the Windows build
+        https://bugs.webkit.org/show_bug.cgi?id=126916
+
+        * DerivedSources.make:
+
 2014-01-13  Eric Carlson  <[email protected]>
 
         Allow MediaSessionManager to restrict media playback

Modified: trunk/Source/WebCore/DerivedSources.make (161900 => 161901)


--- trunk/Source/WebCore/DerivedSources.make	2014-01-13 20:10:22 UTC (rev 161900)
+++ trunk/Source/WebCore/DerivedSources.make	2014-01-13 20:21:40 UTC (rev 161901)
@@ -702,17 +702,17 @@
 $(ADDITIONAL_BINDING_IDLS) : % : WebKitAdditions/%
 	cp $< .
 
-else
+endif
 
+endif # MACOS
+
+ifneq ($(WTF_PLATFORM_IOS), 1)
 BINDING_IDLS += \
     $(WebCore)/dom/Touch.idl \
     $(WebCore)/dom/TouchEvent.idl \
     $(WebCore)/dom/TouchList.idl
-
 endif
 
-endif # MACOS
-
 .PHONY : all
 
 DOM_CLASSES=$(basename $(notdir $(BINDING_IDLS)))
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to