Index: Source/bindings/v8/V8WindowShell.h |
diff --git a/Source/bindings/v8/V8WindowShell.h b/Source/bindings/v8/V8WindowShell.h |
index 1fd92feddb1860f6fc0b9d079d0ec3f33171ca03..502b51c319b855e614c15f185ee8196e1c74276d 100644 |
--- a/Source/bindings/v8/V8WindowShell.h |
+++ b/Source/bindings/v8/V8WindowShell.h |
@@ -80,7 +80,9 @@ public: |
void clearForClose(bool destroyGlobal); |
DOMWrapperWorld* world() { return m_world.get(); } |
- static bool contextHasCorrectPrototype(v8::Handle<v8::Context>); |
+ |
+ // FIXME: Remove this method (crbug.com/345014). |
+ static bool contextIsBeingInitialized(); |
private: |
V8WindowShell(LocalFrame*, PassRefPtr<DOMWrapperWorld>, v8::Isolate*); |