Index: Source/web/FrameLoaderClientImpl.h |
diff --git a/Source/web/FrameLoaderClientImpl.h b/Source/web/FrameLoaderClientImpl.h |
index 1c5ad9a1423a3ea96fc0beaeabae535b62b04c36..7d96e023f13cb5e0c3be61ba0fe98fa70dc3260e 100644 |
--- a/Source/web/FrameLoaderClientImpl.h |
+++ b/Source/web/FrameLoaderClientImpl.h |
@@ -55,7 +55,7 @@ public: |
// Notifies the WebView delegate that the JS window object has been cleared, |
// giving it a chance to bind native objects to the window before script |
// parsing begins. |
- virtual void dispatchDidClearWindowObjectInWorld(WebCore::DOMWrapperWorld&) OVERRIDE; |
+ virtual void dispatchDidClearWindowObjectInMainWorld() OVERRIDE; |
virtual void documentElementAvailable() OVERRIDE; |
virtual void didCreateScriptContext(v8::Handle<v8::Context>, int extensionGroup, int worldId) OVERRIDE; |