| Index: Source/web/WebDevToolsAgentPrivate.h
|
| diff --git a/Source/web/WebDevToolsAgentPrivate.h b/Source/web/WebDevToolsAgentPrivate.h
|
| index 868b77354d1e894184b5cee80fc97f7cefc2c85c..a35ef389310270eee573007876fd29255dc73b6b 100644
|
| --- a/Source/web/WebDevToolsAgentPrivate.h
|
| +++ b/Source/web/WebDevToolsAgentPrivate.h
|
| @@ -38,7 +38,7 @@ class Page;
|
| }
|
|
|
| namespace blink {
|
| -class WebFrameImpl;
|
| +class WebLocalFrameImpl;
|
| class WebInputEvent;
|
| struct WebSize;
|
|
|
| @@ -49,7 +49,7 @@ public:
|
| // New context has been created for a given world in given frame. Any
|
| // processing hat needs to happen before the first script is evaluated
|
| // in this context should be done here.
|
| - virtual void didCreateScriptContext(WebFrameImpl*, int worldId) = 0;
|
| + virtual void didCreateScriptContext(WebLocalFrameImpl*, int worldId) = 0;
|
|
|
| // WebViewImpl has been resized.
|
| virtual void webViewResized(const WebSize&) = 0;
|
|
|