Title: [108230] trunk/Source/WebCore
Revision
108230
Author
commit-qu...@webkit.org
Date
2012-02-20 03:44:41 -0800 (Mon, 20 Feb 2012)

Log Message

Correct a typo error in ScrollingCoordinator.h
https://bugs.webkit.org/show_bug.cgi?id=79012

Patch by Kwonjin Jeong <g...@company100.net> on 2012-02-20
Reviewed by Andreas Kling.

* page/scrolling/ScrollingCoordinator.h:
(ScrollingCoordinator):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (108229 => 108230)


--- trunk/Source/WebCore/ChangeLog	2012-02-20 10:50:55 UTC (rev 108229)
+++ trunk/Source/WebCore/ChangeLog	2012-02-20 11:44:41 UTC (rev 108230)
@@ -1,3 +1,13 @@
+2012-02-20  Kwonjin Jeong  <g...@company100.net>
+
+        Correct a typo error in ScrollingCoordinator.h
+        https://bugs.webkit.org/show_bug.cgi?id=79012
+
+        Reviewed by Andreas Kling.
+
+        * page/scrolling/ScrollingCoordinator.h:
+        (ScrollingCoordinator):
+
 2012-02-20  Alexander Pavlov  <apav...@chromium.org>
 
         Web Inspector: [Styles] box-shadow and -webkit-box-shadow properties are not considered color-aware

Modified: trunk/Source/WebCore/page/scrolling/ScrollingCoordinator.h (108229 => 108230)


--- trunk/Source/WebCore/page/scrolling/ScrollingCoordinator.h	2012-02-20 10:50:55 UTC (rev 108229)
+++ trunk/Source/WebCore/page/scrolling/ScrollingCoordinator.h	2012-02-20 11:44:41 UTC (rev 108230)
@@ -94,7 +94,7 @@
     // Should be called whenever the horizontal scrollbar layer for the given frame view changes.
     void frameViewHorizontalScrollbarLayerDidChange(FrameView*, GraphicsLayer* horizontalScrollbarLayer);
 
-    // Should be called whenever the horizontal scrollbar layer for the given frame view changes.
+    // Should be called whenever the vertical scrollbar layer for the given frame view changes.
     void frameViewVerticalScrollbarLayerDidChange(FrameView*, GraphicsLayer* verticalScrollbarLayer);
 
     // Requests that the scrolling coordinator updates the scroll position of the given frame view. If this function returns true, it means that the
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to