summaryrefslogtreecommitdiffstats
path: root/webkit/glue
diff options
context:
space:
mode:
authormpcomplete@chromium.org <mpcomplete@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-15 18:38:45 +0000
committermpcomplete@chromium.org <mpcomplete@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-15 18:38:45 +0000
commitcf3fe5790722291430115f88e0e64392506ead7a (patch)
tree35aa4a2d76b2f184473e4b4ea77c3709891aa58a /webkit/glue
parent162c77df7f256b2c9e2d3f7635a509e15961ec10 (diff)
downloadchromium_src-cf3fe5790722291430115f88e0e64392506ead7a.zip
chromium_src-cf3fe5790722291430115f88e0e64392506ead7a.tar.gz
chromium_src-cf3fe5790722291430115f88e0e64392506ead7a.tar.bz2
Reenable content script messaging test.
Remove temporary change now that webkit DEPS roll landed. TEST=no BUG=16228 Review URL: http://codereview.chromium.org/149655 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20755 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue')
-rw-r--r--webkit/glue/webframeloaderclient_impl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/webkit/glue/webframeloaderclient_impl.h b/webkit/glue/webframeloaderclient_impl.h
index 8532f55..80e5d3b 100644
--- a/webkit/glue/webframeloaderclient_impl.h
+++ b/webkit/glue/webframeloaderclient_impl.h
@@ -49,10 +49,6 @@ class WebFrameLoaderClient : public WebCore::FrameLoaderClient {
virtual void windowObjectCleared();
virtual void documentElementAvailable();
- // TODO(mpcomplete): remove these when we pick up webkit r45871
- virtual void didCreateScriptContext() { didCreateScriptContextForFrame(); }
- virtual void didDestroyScriptContext() { didDestroyScriptContextForFrame(); }
-
// A frame's V8 context was created or destroyed.
virtual void didCreateScriptContextForFrame();
virtual void didDestroyScriptContextForFrame();