| Index: Source/bindings/v8/DOMWrapperWorld.cpp
|
| diff --git a/Source/bindings/v8/DOMWrapperWorld.cpp b/Source/bindings/v8/DOMWrapperWorld.cpp
|
| index d014206817fae4f8b1acdac9aeb21ca6a66a88b9..8a3ef0f2685fe94b156aaa000b454459246fec04 100644
|
| --- a/Source/bindings/v8/DOMWrapperWorld.cpp
|
| +++ b/Source/bindings/v8/DOMWrapperWorld.cpp
|
| @@ -87,13 +87,6 @@ DOMWrapperWorld* mainThreadNormalWorld()
|
| return cachedNormalWorld;
|
| }
|
|
|
| -// FIXME: Remove this function. There is currently an issue with the inspector related to the call to dispatchDidClearWindowObjectInWorld in ScriptController::windowShell.
|
| -DOMWrapperWorld* existingWindowShellWorkaroundWorld()
|
| -{
|
| - DEFINE_STATIC_REF(DOMWrapperWorld, world, (adoptRef(new DOMWrapperWorld(MainWorldId - 1, DOMWrapperWorld::mainWorldExtensionGroup - 1))));
|
| - return world;
|
| -}
|
| -
|
| bool DOMWrapperWorld::contextHasCorrectPrototype(v8::Handle<v8::Context> context)
|
| {
|
| ASSERT(isMainThread());
|
|
|