Changeset 172971 in webkit
- Timestamp:
- Aug 26, 2014, 12:34:45 PM (10 years ago)
- Location:
- trunk/Source/WebKit2
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit2/ChangeLog
r172968 r172971 1 2014-08-26 Carlos Alberto Lopez Perez <clopez@igalia.com> 2 3 REGRESSION(r172966) [GTK] Build broken. 4 5 Unreviewed build fix after r172966. 6 7 * UIProcess/API/gtk/PageClientImpl.cpp: 8 (WebKit::PageClientImpl::didSameDocumentNavigationForMainFrame): 9 * UIProcess/API/gtk/PageClientImpl.h: 10 1 11 2014-08-26 Simon Fraser <simon.fraser@apple.com> 2 12 -
trunk/Source/WebKit2/UIProcess/API/gtk/PageClientImpl.cpp
r172690 r172971 407 407 } 408 408 409 void PageClientImpl::didSameDocumentNavigationForMainFrame(SameDocumentNavigationType type) 410 { 411 } 412 409 413 } // namespace WebKit -
trunk/Source/WebKit2/UIProcess/API/gtk/PageClientImpl.h
r172690 r172971 130 130 virtual void didFirstVisuallyNonEmptyLayoutForMainFrame() override; 131 131 virtual void didFinishLoadForMainFrame() override; 132 virtual void didSameDocumentNavigationForMainFrame(SameDocumentNavigationType) override; 132 133 133 134 virtual void doneWithTouchEvent(const NativeWebTouchEvent&, bool wasEventHandled) override;
Note:
See TracChangeset
for help on using the changeset viewer.