Title: [148252] trunk/Source/WebCore
Revision
148252
Author
[email protected]
Date
2013-04-11 17:20:45 -0700 (Thu, 11 Apr 2013)

Log Message

Another Mac Lion build fix attempt after r148197.

* page/scrolling/mac/ScrollingStateScrollingNodeMac.mm:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (148251 => 148252)


--- trunk/Source/WebCore/ChangeLog	2013-04-12 00:08:55 UTC (rev 148251)
+++ trunk/Source/WebCore/ChangeLog	2013-04-12 00:20:45 UTC (rev 148252)
@@ -1,3 +1,9 @@
+2013-04-11  Ryosuke Niwa  <[email protected]>
+
+        Another Mac Lion build fix attempt after r148197.
+
+        * page/scrolling/mac/ScrollingStateScrollingNodeMac.mm:
+
 2013-04-11  Sukolsak Sakshuwong  <[email protected]>
 
         Unable to paste twice in input field when specific CSS present

Modified: trunk/Source/WebCore/page/scrolling/mac/ScrollingStateScrollingNodeMac.mm (148251 => 148252)


--- trunk/Source/WebCore/page/scrolling/mac/ScrollingStateScrollingNodeMac.mm	2013-04-12 00:08:55 UTC (rev 148251)
+++ trunk/Source/WebCore/page/scrolling/mac/ScrollingStateScrollingNodeMac.mm	2013-04-12 00:20:45 UTC (rev 148252)
@@ -29,8 +29,6 @@
 #include "GraphicsLayer.h"
 #include "ScrollingStateTree.h"
 
-#if ENABLE(THREADED_SCROLLING)
-
 namespace WebCore {
 
 PlatformLayer* ScrollingStateScrollingNode::counterScrollingPlatformLayer() const
@@ -53,5 +51,3 @@
 }
 
 } // namespace WebCore
-
-#endif // ENABLE(THREADED_SCROLLING)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to