Title: [161287] trunk/Source/WebCore
Revision
161287
Author
[email protected]
Date
2014-01-03 15:05:38 -0800 (Fri, 03 Jan 2014)

Log Message

Small build fix for the GTK+ CMake port

* PlatformGTK.cmake: Add an IDL file that is missing from the list of IDLs
used to generate GObject DOM bindings.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (161286 => 161287)


--- trunk/Source/WebCore/ChangeLog	2014-01-03 22:28:19 UTC (rev 161286)
+++ trunk/Source/WebCore/ChangeLog	2014-01-03 23:05:38 UTC (rev 161287)
@@ -1,3 +1,10 @@
+2014-01-03  Martin Robinson  <[email protected]>
+
+        Small build fix for the GTK+ CMake port
+
+        * PlatformGTK.cmake: Add an IDL file that is missing from the list of IDLs
+        used to generate GObject DOM bindings.
+
 2014-01-03  Daniel Bates  <[email protected]>
 
         [iOS] Upstream WebCore/css changes

Modified: trunk/Source/WebCore/PlatformGTK.cmake (161286 => 161287)


--- trunk/Source/WebCore/PlatformGTK.cmake	2014-01-03 22:28:19 UTC (rev 161286)
+++ trunk/Source/WebCore/PlatformGTK.cmake	2014-01-03 23:05:38 UTC (rev 161287)
@@ -461,6 +461,7 @@
         Modules/gamepad/Gamepad.idl
         Modules/gamepad/GamepadList.idl
         Modules/geolocation/Geolocation.idl
+        Modules/mediasource/VideoPlaybackQuality.idl
         Modules/quota/StorageInfo.idl
         Modules/quota/StorageQuota.idl
         Modules/webdatabase/Database.idl
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to