Title: [108984] trunk/Source/WebCore
Revision
108984
Author
[email protected]
Date
2012-02-27 04:04:38 -0800 (Mon, 27 Feb 2012)

Log Message

[CMake] Build fix after r108709.

* CMakeLists.txt: Move DOMWindowSVG.idl to the other IDL files.

Modified Paths

Diff

Modified: trunk/Source/WebCore/CMakeLists.txt (108983 => 108984)


--- trunk/Source/WebCore/CMakeLists.txt	2012-02-27 11:56:14 UTC (rev 108983)
+++ trunk/Source/WebCore/CMakeLists.txt	2012-02-27 12:04:38 UTC (rev 108984)
@@ -1721,7 +1721,6 @@
         rendering/svg/SVGTextMetricsBuilder.cpp
         rendering/svg/SVGTextQuery.cpp
         svg/ColorDistance.cpp
-        svg/DOMWindowSVG.idl
         svg/SVGAElement.cpp
         svg/SVGAltGlyphDefElement.cpp
         svg/SVGAltGlyphElement.cpp
@@ -1889,6 +1888,7 @@
     # For now, we explicitly demarcate the SVG IDL files so that the BlackBerry port can skip them
     # during DOM binding generation. See <https://bugs.webkit.org/show_bug.cgi?id=72773>.
     SET(SVG_IDL_FILES
+        svg/DOMWindowSVG.idl
         svg/SVGAElement.idl
         svg/SVGAltGlyphDefElement.idl
         svg/SVGAltGlyphElement.idl

Modified: trunk/Source/WebCore/ChangeLog (108983 => 108984)


--- trunk/Source/WebCore/ChangeLog	2012-02-27 11:56:14 UTC (rev 108983)
+++ trunk/Source/WebCore/ChangeLog	2012-02-27 12:04:38 UTC (rev 108984)
@@ -1,3 +1,9 @@
+2012-02-27  Patrick Gansterer  <[email protected]>
+
+        [CMake] Build fix after r108709.
+
+        * CMakeLists.txt: Move DOMWindowSVG.idl to the other IDL files.
+
 2012-02-27  Ilya Tikhonovsky  <[email protected]>
 
         Web Inspector: [chromium] Profiles - Tooltip with object/property types stays on screen when another tab selected
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to