diff options
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/api/src/InspectorClientImpl.cpp | 1 | ||||
-rw-r--r-- | 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". |