| Index: third_party/WebKit/Source/bindings/core/v8/ScriptController.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptController.h b/third_party/WebKit/Source/bindings/core/v8/ScriptController.h
|
| index a474b5a055143f56168995e843dcdd7be75200e2..914878a45d14e17eb300771877d6a2a5ab18188c 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptController.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptController.h
|
| @@ -111,6 +111,11 @@ class CORE_EXPORT ScriptController final
|
| // Returns true if argument is a JavaScript URL.
|
| bool ExecuteScriptIfJavaScriptURL(const KURL&, Element*);
|
|
|
| + // Creates a new isolated world for DevTools with the given human readable
|
| + // |world_name| and returns it's id or DOMWrapperWorld::kInvalidWorldId on
|
| + // failure.
|
| + int CreateNewDevToolsIsolatedWorld(const String& world_name);
|
| +
|
| // Returns true if the current world is isolated, and has its own Content
|
| // Security Policy. In this case, the policy of the main world should be
|
| // ignored when evaluating resources injected into the DOM.
|
|
|