| Index: third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
|
| index 48ec089b26d96c24ceb47bcb75bf67b392c7880c..52d588931497c5d2fb945094c47c93dc28f381e7 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
|
| @@ -142,6 +142,10 @@ class CORE_EXPORT InspectorPageAgent final
|
| std::unique_ptr<protocol::Page::LayoutViewport>*,
|
| std::unique_ptr<protocol::Page::VisualViewport>*,
|
| std::unique_ptr<protocol::DOM::Rect>*) override;
|
| + protocol::Response createIsolatedWorld(
|
| + const String& frame_id,
|
| + const String& world_name,
|
| + Maybe<bool> grant_universal_access) override;
|
|
|
| // InspectorInstrumentation API
|
| void DidClearDocumentOfWindowObject(LocalFrame*);
|
|
|