Title: [99246] trunk/Source/WebCore
Revision
99246
Author
[email protected]
Date
2011-11-03 16:42:29 -0700 (Thu, 03 Nov 2011)

Log Message

CMake: Add missing WebGL IDL file html/canvas/WebGLContextEvent.idl

Rubber-stamped by Martin Robinson

* CMakeLists.txt:

Modified Paths

Diff

Modified: trunk/Source/WebCore/CMakeLists.txt (99245 => 99246)


--- trunk/Source/WebCore/CMakeLists.txt	2011-11-03 23:35:04 UTC (rev 99245)
+++ trunk/Source/WebCore/CMakeLists.txt	2011-11-03 23:42:29 UTC (rev 99246)
@@ -2152,6 +2152,7 @@
         html/canvas/WebGLActiveInfo.idl
         html/canvas/WebGLBuffer.idl
         html/canvas/WebGLContextAttributes.idl
+        html/canvas/WebGLContextEvent.idl
         html/canvas/WebGLDebugRendererInfo.idl
         html/canvas/WebGLDebugShaders.idl
         html/canvas/WebGLFramebuffer.idl

Modified: trunk/Source/WebCore/ChangeLog (99245 => 99246)


--- trunk/Source/WebCore/ChangeLog	2011-11-03 23:35:04 UTC (rev 99245)
+++ trunk/Source/WebCore/ChangeLog	2011-11-03 23:42:29 UTC (rev 99246)
@@ -1,5 +1,13 @@
 2011-11-03  Daniel Bates  <[email protected]>
 
+        CMake: Add missing WebGL IDL file html/canvas/WebGLContextEvent.idl
+
+        Rubber-stamped by Martin Robinson
+
+        * CMakeLists.txt:
+
+2011-11-03  Daniel Bates  <[email protected]>
+
         CMake: Only generate from WebGL IDLs when building with WebGL
         https://bugs.webkit.org/show_bug.cgi?id=71516
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to