| Index: third_party/WebKit/Source/bindings/core/v8/DOMWrapperWorld.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/DOMWrapperWorld.h b/third_party/WebKit/Source/bindings/core/v8/DOMWrapperWorld.h
|
| index bb3fd0bcd3b6fa48abfa56a46fb7cfc8bc09a746..7fe13d7b6be7eff8e5d972530e2b0021366b2ecb 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/DOMWrapperWorld.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/DOMWrapperWorld.h
|
| @@ -83,6 +83,7 @@ class CORE_EXPORT DOMWrapperWorld : public RefCounted<DOMWrapperWorld> {
|
| return world(isolate->GetCurrentContext());
|
| }
|
|
|
| + static DOMWrapperWorld*& workerWorld();
|
| static DOMWrapperWorld& mainWorld();
|
| static PassRefPtr<DOMWrapperWorld> fromWorldId(v8::Isolate*, int worldId);
|
|
|
|
|