| Index: Source/bindings/v8/DOMWrapperWorld.h
|
| diff --git a/Source/bindings/v8/DOMWrapperWorld.h b/Source/bindings/v8/DOMWrapperWorld.h
|
| index da5e3efc5ba7c60a6013b79701e78c97bf50200c..c95fd0031775f58c53b2c51deeecf54b1a0376b8 100644
|
| --- a/Source/bindings/v8/DOMWrapperWorld.h
|
| +++ b/Source/bindings/v8/DOMWrapperWorld.h
|
| @@ -63,6 +63,7 @@ public:
|
| static const int mainWorldExtensionGroup = 0;
|
| static PassRefPtr<DOMWrapperWorld> ensureIsolatedWorld(int worldId, int extensionGroup);
|
| ~DOMWrapperWorld();
|
| + void dispose();
|
|
|
| static bool isolatedWorldsExist() { return isolatedWorldCount; }
|
| static void allWorldsInMainThread(Vector<RefPtr<DOMWrapperWorld> >& worlds);
|
|
|