diff options
author | mpcomplete@chromium.org <mpcomplete@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-26 21:48:32 +0000 |
---|---|---|
committer | mpcomplete@chromium.org <mpcomplete@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-26 21:48:32 +0000 |
commit | f816c01e9c6f6f0365ba80ba3f661e38461a0537 (patch) | |
tree | 1f3cd0fdfd2951c10c164c41f8bd209e14c3fc0a /webkit/glue/webframeloaderclient_impl.h | |
parent | 49a415c979692c045b25eb4c3e0369a83b5316e6 (diff) | |
download | chromium_src-f816c01e9c6f6f0365ba80ba3f661e38461a0537.zip chromium_src-f816c01e9c6f6f0365ba80ba3f661e38461a0537.tar.gz chromium_src-f816c01e9c6f6f0365ba80ba3f661e38461a0537.tar.bz2 |
Add notifications for when V8Proxy creates or destroys a V8 Context.
BUG=no
TEST=no
Review URL: http://codereview.chromium.org/147124
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19424 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webframeloaderclient_impl.h')
-rw-r--r-- | webkit/glue/webframeloaderclient_impl.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/webkit/glue/webframeloaderclient_impl.h b/webkit/glue/webframeloaderclient_impl.h index e5d6927..e31e7e4 100644 --- a/webkit/glue/webframeloaderclient_impl.h +++ b/webkit/glue/webframeloaderclient_impl.h @@ -44,9 +44,8 @@ class WebFrameLoaderClient : public WebCore::FrameLoaderClient { virtual void windowObjectCleared(); virtual void documentElementAvailable(); - // TODO(mpcomplete): roll DEPS - virtual void didCreateScriptContext() {} - virtual void didDestroyScriptContext() {} + virtual void didCreateScriptContext(); + virtual void didDestroyScriptContext(); virtual bool hasWebView() const; // mainly for assertions virtual bool hasFrameView() const; // ditto |