Title: [92830] trunk/Source/WebCore
Revision
92830
Author
[email protected]
Date
2011-08-11 01:45:46 -0700 (Thu, 11 Aug 2011)

Log Message

[Qt] Fix WebGL on Windows after r92805 
https://bugs.webkit.org/show_bug.cgi?id=66042

WEBGL is temporarly disabled, because it broked the bots.

* features.pri:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (92829 => 92830)


--- trunk/Source/WebCore/ChangeLog	2011-08-11 08:18:27 UTC (rev 92829)
+++ trunk/Source/WebCore/ChangeLog	2011-08-11 08:45:46 UTC (rev 92830)
@@ -1,3 +1,12 @@
+2011-08-11  Renata Hodovan  <[email protected]>
+
+        [Qt] Fix WebGL on Windows after r92805 
+        https://bugs.webkit.org/show_bug.cgi?id=66042
+
+        WEBGL is temporarly disabled, because it broked the bots.
+
+        * features.pri:
+
 2011-08-11  Pavel Feldman  <[email protected]>
 
         Web Inspector: do not evaluate watch expressions on load.

Modified: trunk/Source/WebCore/features.pri (92829 => 92830)


--- trunk/Source/WebCore/features.pri	2011-08-11 08:18:27 UTC (rev 92829)
+++ trunk/Source/WebCore/features.pri	2011-08-11 08:45:46 UTC (rev 92830)
@@ -122,7 +122,7 @@
 }
 
 # WebGL support
-contains(QT_CONFIG, opengl) {
+contains(QT_CONFIG, opengl):!win32-* {
     !contains(DEFINES, ENABLE_WEBGL=.): DEFINES += ENABLE_WEBGL=1
 } else {
     DEFINES += ENABLE_WEBGL=0
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to