Title: [163687] trunk/Source/WebCore
Revision
163687
Author
mrobin...@webkit.org
Date
2014-02-07 19:11:49 -0800 (Fri, 07 Feb 2014)

Log Message

Build fix for the GTK+ CMake build

* PlatformGTK.cmake: VTTCue.idl was unintentionally added to the list of GObject DOM bindings
output files. Remove it.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (163686 => 163687)


--- trunk/Source/WebCore/ChangeLog	2014-02-08 03:01:19 UTC (rev 163686)
+++ trunk/Source/WebCore/ChangeLog	2014-02-08 03:11:49 UTC (rev 163687)
@@ -1,3 +1,10 @@
+2014-02-07  Martin Robinson  <mrobin...@igalia.com>
+
+        Build fix for the GTK+ CMake build
+
+        * PlatformGTK.cmake: VTTCue.idl was unintentionally added to the list of GObject DOM bindings
+        output files. Remove it.
+
 2014-02-07  Dirk Schulze  <k...@webkit.org>
 
         Per CSSOM, computed rect() function values must be comma separated

Modified: trunk/Source/WebCore/PlatformGTK.cmake (163686 => 163687)


--- trunk/Source/WebCore/PlatformGTK.cmake	2014-02-08 03:01:19 UTC (rev 163686)
+++ trunk/Source/WebCore/PlatformGTK.cmake	2014-02-08 03:11:49 UTC (rev 163687)
@@ -650,7 +650,6 @@
             html/track/TrackEvent.idl
             html/track/VideoTrack.idl
             html/track/VideoTrackList.idl
-            html/track/VTTCue.idl
         )
     endif ()
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to