| Index: Source/web/WebDevToolsAgentImpl.h
|
| diff --git a/Source/web/WebDevToolsAgentImpl.h b/Source/web/WebDevToolsAgentImpl.h
|
| index 145520a1a1cbff6017e49cef15aff9eb7860f350..29b82174dd715ec1828dc600c18bc313b272bb7f 100644
|
| --- a/Source/web/WebDevToolsAgentImpl.h
|
| +++ b/Source/web/WebDevToolsAgentImpl.h
|
| @@ -58,7 +58,7 @@ namespace blink {
|
|
|
| class WebDevToolsAgentClient;
|
| class WebFrame;
|
| -class WebFrameImpl;
|
| +class WebLocalFrameImpl;
|
| class WebString;
|
| class WebURLRequest;
|
| class WebURLResponse;
|
| @@ -78,7 +78,7 @@ public:
|
| virtual ~WebDevToolsAgentImpl();
|
|
|
| // WebDevToolsAgentPrivate implementation.
|
| - virtual void didCreateScriptContext(WebFrameImpl*, int worldId) OVERRIDE;
|
| + virtual void didCreateScriptContext(WebLocalFrameImpl*, int worldId) OVERRIDE;
|
| virtual void webViewResized(const WebSize&) OVERRIDE;
|
| virtual bool handleInputEvent(WebCore::Page*, const WebInputEvent&) OVERRIDE;
|
|
|
|
|