From 6902791ab8d4b2cee0ef4badc50d529b1e817ce8 Mon Sep 17 00:00:00 2001 From: "darin@chromium.org" Date: Fri, 30 Oct 2009 04:33:27 +0000 Subject: Fix build bustage. TBR=yaar Review URL: http://codereview.chromium.org/340043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30559 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/api/src/InspectorClientImpl.cpp | 1 + webkit/api/src/WebViewImpl.h | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/webkit/api/src/InspectorClientImpl.cpp b/webkit/api/src/InspectorClientImpl.cpp index 9a1cd3f..0766e33 100644 --- a/webkit/api/src/InspectorClientImpl.cpp +++ b/webkit/api/src/InspectorClientImpl.cpp @@ -34,6 +34,7 @@ #include "DOMWindow.h" #include "FloatRect.h" #include "InspectorController.h" +#include "NotImplemented.h" #include "Page.h" #include "Settings.h" #include "WebRect.h" diff --git a/webkit/api/src/WebViewImpl.h b/webkit/api/src/WebViewImpl.h index 7f99256..919a6c8 100644 --- a/webkit/api/src/WebViewImpl.h +++ b/webkit/api/src/WebViewImpl.h @@ -279,8 +279,6 @@ private: WebViewImpl(WebViewClient* client); ~WebViewImpl(); - void modifySelection(uint32 message, WebCore::Frame*, const WebCore::PlatformKeyboardEvent&); - // Returns true if the event was actually processed. bool keyEventDefault(const WebKeyboardEvent&); @@ -367,7 +365,7 @@ private: // Valid when m_dragTargetDispatch is true; the identity of the drag data // copied from the WebDropData object sent from the browser process. - int32 m_dragIdentity; + int m_dragIdentity; // Valid when m_dragTargetDispatch is true. Used to override the default // browser drop effect with the effects "none" or "copy". -- cgit v1.1