Changeset 173455 in webkit


Ignore:
Timestamp:
Sep 10, 2014 12:21:19 AM (10 years ago)
Author:
commit-queue@webkit.org
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 <kumar.rohit@samsung.com> on 2014-09-10
Reviewed by Martin Robinson.

  • UIProcess/API/gtk/PageClientImpl.cpp:

(WebKit::PageClientImpl::didSameDocumentNavigationForMainFrame):

Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r173450 r173455  
     12014-09-10  Rohit Kumar  <kumar.rohit@samsung.com>
     2
     3        [GTK] Clean up the WebKit build from unused parameter warning in Webkit2/UIProcess module
     4        https://bugs.webkit.org/show_bug.cgi?id=136670
     5
     6        Reviewed by Martin Robinson.
     7
     8        * UIProcess/API/gtk/PageClientImpl.cpp:
     9        (WebKit::PageClientImpl::didSameDocumentNavigationForMainFrame):
     10
    1112014-09-09  Enrica Casucci  <enrica@apple.com>
    212
  • trunk/Source/WebKit2/UIProcess/API/gtk/PageClientImpl.cpp

    r173168 r173455  
    407407}
    408408
    409 void PageClientImpl::didSameDocumentNavigationForMainFrame(SameDocumentNavigationType type)
     409void PageClientImpl::didSameDocumentNavigationForMainFrame(SameDocumentNavigationType)
    410410{
    411411}
Note: See TracChangeset for help on using the changeset viewer.