Title: [94126] trunk/Source/WebKit/wince
Revision
94126
Author
[email protected]
Date
2011-08-30 16:42:08 -0700 (Tue, 30 Aug 2011)

Log Message

WinCE build fix attempt after r94080.

* WebCoreSupport/ChromeClientWinCE.cpp:
(WebKit::ChromeClientWinCE::scrollRectIntoView):

Modified Paths

Diff

Modified: trunk/Source/WebKit/wince/ChangeLog (94125 => 94126)


--- trunk/Source/WebKit/wince/ChangeLog	2011-08-30 23:40:01 UTC (rev 94125)
+++ trunk/Source/WebKit/wince/ChangeLog	2011-08-30 23:42:08 UTC (rev 94126)
@@ -1,3 +1,10 @@
+2011-08-30  Ryosuke Niwa  <[email protected]>
+
+        WinCE build fix attempt after r94080.
+
+        * WebCoreSupport/ChromeClientWinCE.cpp:
+        (WebKit::ChromeClientWinCE::scrollRectIntoView):
+
 2011-08-30  Kaustubh Atrawalkar  <[email protected]>
 
         The unused ScrollView* argument can and should be removed from

Modified: trunk/Source/WebKit/wince/WebCoreSupport/ChromeClientWinCE.cpp (94125 => 94126)


--- trunk/Source/WebKit/wince/WebCoreSupport/ChromeClientWinCE.cpp	2011-08-30 23:40:01 UTC (rev 94125)
+++ trunk/Source/WebKit/wince/WebCoreSupport/ChromeClientWinCE.cpp	2011-08-30 23:42:08 UTC (rev 94126)
@@ -273,7 +273,7 @@
     notImplemented();
 }
 
-void ChromeClientWinCE::scrollRectIntoView(const IntRect&, const ScrollView*) const
+void ChromeClientWinCE::scrollRectIntoView(const IntRect&) const
 {
     notImplemented();
 }
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to