Title: [103201] trunk/Source/WebCore
Revision
103201
Author
[email protected]
Date
2011-12-18 17:47:34 -0800 (Sun, 18 Dec 2011)

Log Message

Removing unrelated printf() that slipped into my last commit.

* platform/ScrollableArea.cpp:
(WebCore::ScrollableArea::scrollToOffsetWithoutAnimation):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (103200 => 103201)


--- trunk/Source/WebCore/ChangeLog	2011-12-19 01:43:47 UTC (rev 103200)
+++ trunk/Source/WebCore/ChangeLog	2011-12-19 01:47:34 UTC (rev 103201)
@@ -1,5 +1,12 @@
 2011-12-18  Andreas Kling  <[email protected]>
 
+        Removing unrelated printf() that slipped into my last commit.
+
+        * platform/ScrollableArea.cpp:
+        (WebCore::ScrollableArea::scrollToOffsetWithoutAnimation):
+
+2011-12-18  Andreas Kling  <[email protected]>
+
         KURL::protocolIs() should handle 8-bit strings.
         <http://webkit.org/b/74827>
 

Modified: trunk/Source/WebCore/platform/ScrollableArea.cpp (103200 => 103201)


--- trunk/Source/WebCore/platform/ScrollableArea.cpp	2011-12-19 01:43:47 UTC (rev 103200)
+++ trunk/Source/WebCore/platform/ScrollableArea.cpp	2011-12-19 01:47:34 UTC (rev 103201)
@@ -127,7 +127,6 @@
 
 void ScrollableArea::scrollToOffsetWithoutAnimation(const FloatPoint& offset)
 {
-    printf("scrollToOffsetWithoutAnimation: %g, %g\n", offset.x(), offset.y());
     scrollAnimator()->scrollToOffsetWithoutAnimation(offset);
 }
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to