Title: [173455] trunk/Source/WebKit2
Revision
173455
Author
[email protected]
Date
2014-09-10 00:21:19 -0700 (Wed, 10 Sep 2014)

Log Message

[GTK] Clean up the WebKit build from unused parameter warning in Webkit2/UIProcess module
https://bugs.webkit.org/show_bug.cgi?id=136670

Patch by Rohit Kumar <[email protected]> on 2014-09-10
Reviewed by Martin Robinson.

* UIProcess/API/gtk/PageClientImpl.cpp:
(WebKit::PageClientImpl::didSameDocumentNavigationForMainFrame):

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (173454 => 173455)


--- trunk/Source/WebKit2/ChangeLog	2014-09-10 03:59:15 UTC (rev 173454)
+++ trunk/Source/WebKit2/ChangeLog	2014-09-10 07:21:19 UTC (rev 173455)
@@ -1,3 +1,13 @@
+2014-09-10  Rohit Kumar  <[email protected]>
+
+        [GTK] Clean up the WebKit build from unused parameter warning in Webkit2/UIProcess module
+        https://bugs.webkit.org/show_bug.cgi?id=136670
+
+        Reviewed by Martin Robinson.
+
+        * UIProcess/API/gtk/PageClientImpl.cpp:
+        (WebKit::PageClientImpl::didSameDocumentNavigationForMainFrame):
+
 2014-09-09  Enrica Casucci  <[email protected]>
 
         REGRESSION (WebKit2): -webkit-touch-callout: none has no effect.

Modified: trunk/Source/WebKit2/UIProcess/API/gtk/PageClientImpl.cpp (173454 => 173455)


--- trunk/Source/WebKit2/UIProcess/API/gtk/PageClientImpl.cpp	2014-09-10 03:59:15 UTC (rev 173454)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/PageClientImpl.cpp	2014-09-10 07:21:19 UTC (rev 173455)
@@ -406,7 +406,7 @@
 {
 }
 
-void PageClientImpl::didSameDocumentNavigationForMainFrame(SameDocumentNavigationType type)
+void PageClientImpl::didSameDocumentNavigationForMainFrame(SameDocumentNavigationType)
 {
 }
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to