| Index: Source/core/inspector/InspectorPageAgent.h
|
| diff --git a/Source/core/inspector/InspectorPageAgent.h b/Source/core/inspector/InspectorPageAgent.h
|
| index 09a382ed07ea92d52946589c7b3e417829c47714..97820c8725114f3aad59b4bd7f89de9938fc5f2c 100644
|
| --- a/Source/core/inspector/InspectorPageAgent.h
|
| +++ b/Source/core/inspector/InspectorPageAgent.h
|
| @@ -146,8 +146,6 @@ public:
|
| virtual void clearFrontend() OVERRIDE;
|
| virtual void restore() OVERRIDE;
|
|
|
| - void webViewResized(const IntSize&);
|
| -
|
| // Cross-agents API
|
| Page* page() { return m_page; }
|
| LocalFrame* mainFrame();
|
|
|