diff options
Diffstat (limited to 'webkit/glue/webframeloaderclient_impl.h')
-rw-r--r-- | webkit/glue/webframeloaderclient_impl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/webkit/glue/webframeloaderclient_impl.h b/webkit/glue/webframeloaderclient_impl.h index 68b6d05..7ffad8c 100644 --- a/webkit/glue/webframeloaderclient_impl.h +++ b/webkit/glue/webframeloaderclient_impl.h @@ -43,7 +43,6 @@ class WebFrameLoaderClient : public WebCore::FrameLoaderClient { // giving it a chance to bind native objects to the window before script // parsing begins. virtual void windowObjectCleared(); - virtual void documentElementAvailable(); virtual bool hasWebView() const; // mainly for assertions virtual bool hasFrameView() const; // ditto |