Title: [135895] trunk/Source/WebCore
Revision
135895
Author
[email protected]
Date
2012-11-27 12:00:54 -0800 (Tue, 27 Nov 2012)

Log Message

Build fix after r135890. #else, not #elif.

* platform/graphics/ca/PlatformCALayer.h:
(PlatformCALayer):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (135894 => 135895)


--- trunk/Source/WebCore/ChangeLog	2012-11-27 19:59:37 UTC (rev 135894)
+++ trunk/Source/WebCore/ChangeLog	2012-11-27 20:00:54 UTC (rev 135895)
@@ -1,5 +1,12 @@
 2012-11-27  Ryosuke Niwa  <[email protected]>
 
+        Build fix after r135890. #else, not #elif.
+
+        * platform/graphics/ca/PlatformCALayer.h:
+        (PlatformCALayer):
+
+2012-11-27  Ryosuke Niwa  <[email protected]>
+
         HTMLCollection on Document should be stored on NodeListsNodeData like other HTMLCollections and LiveNodeLists
         https://bugs.webkit.org/show_bug.cgi?id=103364
 

Modified: trunk/Source/WebCore/platform/graphics/ca/PlatformCALayer.h (135894 => 135895)


--- trunk/Source/WebCore/platform/graphics/ca/PlatformCALayer.h	2012-11-27 19:59:37 UTC (rev 135894)
+++ trunk/Source/WebCore/platform/graphics/ca/PlatformCALayer.h	2012-11-27 20:00:54 UTC (rev 135895)
@@ -82,7 +82,7 @@
 
 #if PLATFORM(WIN)
     bool usesTileCacheLayer() const { return false; }
-#elif
+#else
     bool usesTileCacheLayer() const { return m_layerType == LayerTypePageTileCacheLayer || m_layerType == LayerTypeTileCacheLayer; }
 #endif
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to