Title: [113551] trunk/Source/WebCore
Revision
113551
Author
[email protected]
Date
2012-04-08 11:35:53 -0700 (Sun, 08 Apr 2012)

Log Message

Build fix for !ENABLE(CSS_FILTERS) && ASSERT_DISABLED after r109953.

* platform/graphics/ca/GraphicsLayerCA.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (113550 => 113551)


--- trunk/Source/WebCore/ChangeLog	2012-04-08 03:45:55 UTC (rev 113550)
+++ trunk/Source/WebCore/ChangeLog	2012-04-08 18:35:53 UTC (rev 113551)
@@ -1,3 +1,9 @@
+2012-04-08  Patrick Gansterer  <[email protected]>
+
+        Build fix for !ENABLE(CSS_FILTERS) && ASSERT_DISABLED after r109953.
+
+        * platform/graphics/ca/GraphicsLayerCA.cpp:
+
 2012-04-07  Patrick Gansterer  <[email protected]>
 
         [CMake] Cleanup WTF include directories

Modified: trunk/Source/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp (113550 => 113551)


--- trunk/Source/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp	2012-04-08 03:45:55 UTC (rev 113550)
+++ trunk/Source/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp	2012-04-08 18:35:53 UTC (rev 113551)
@@ -243,7 +243,7 @@
     return false;
 }
 
-#if ENABLE(CSS_FILTERS)
+#if ENABLE(CSS_FILTERS) || !ASSERT_DISABLED
 static inline bool supportsAcceleratedFilterAnimations()
 {
 // <rdar://problem/10907251> - WebKit2 doesn't support CA animations of CI filters on Lion and below
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to