From: joepeck@webkit.org Date: Fri, 26 Jun 2015 02:13:26 +0000 (+0000) Subject: Unreviewed, attempt to fix the iOS build after r185968. X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=aaaf93d51836ae9f0f06df29cab766b7a0fb925c Unreviewed, attempt to fix the iOS build after r185968. * WebCoreSupport/WebInspectorClientIOS.mm: (WebInspectorFrontendClient::startWindowDrag): git-svn-id: https://svn.webkit.org/repository/webkit/trunk@185979 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/Source/WebKit/ios/ChangeLog b/Source/WebKit/ios/ChangeLog index d77f9bf..73ba39d 100644 --- a/Source/WebKit/ios/ChangeLog +++ b/Source/WebKit/ios/ChangeLog @@ -1,3 +1,10 @@ +2015-06-25 Joseph Pecoraro + + Unreviewed, attempt to fix the iOS build after r185968. + + * WebCoreSupport/WebInspectorClientIOS.mm: + (WebInspectorFrontendClient::startWindowDrag): + 2015-06-02 Brady Eidson WebKit policy delegate should suggest if a navigation should be allowed to open URLs externally. diff --git a/Source/WebKit/ios/WebCoreSupport/WebInspectorClientIOS.mm b/Source/WebKit/ios/WebCoreSupport/WebInspectorClientIOS.mm index d26624d..6d8b1d5 100644 --- a/Source/WebKit/ios/WebCoreSupport/WebInspectorClientIOS.mm +++ b/Source/WebKit/ios/WebCoreSupport/WebInspectorClientIOS.mm @@ -136,6 +136,7 @@ void WebInspectorFrontendClient::detachWindow() { } void WebInspectorFrontendClient::setAttachedWindowHeight(unsigned) { } void WebInspectorFrontendClient::setAttachedWindowWidth(unsigned) { } void WebInspectorFrontendClient::setToolbarHeight(unsigned) { } +void WebInspectorFrontendClient::startWindowDrag() { } void WebInspectorFrontendClient::inspectedURLChanged(const String&) { } void WebInspectorFrontendClient::updateWindowTitle() const { } void WebInspectorFrontendClient::save(const String&, const String&, bool, bool) { }