diff options
-rw-r--r-- | webkit/glue/webframeloaderclient_impl.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/webkit/glue/webframeloaderclient_impl.h b/webkit/glue/webframeloaderclient_impl.h index 25cca45..e5d6927 100644 --- a/webkit/glue/webframeloaderclient_impl.h +++ b/webkit/glue/webframeloaderclient_impl.h @@ -44,6 +44,10 @@ class WebFrameLoaderClient : public WebCore::FrameLoaderClient { virtual void windowObjectCleared(); virtual void documentElementAvailable(); + // TODO(mpcomplete): roll DEPS + virtual void didCreateScriptContext() {} + virtual void didDestroyScriptContext() {} + virtual bool hasWebView() const; // mainly for assertions virtual bool hasFrameView() const; // ditto |