diff options
author | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-30 07:57:39 +0000 |
---|---|---|
committer | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-30 07:57:39 +0000 |
commit | f13f6dcd035ded3dcdaed4e831760bdf25e1d772 (patch) | |
tree | 5e3a122cb9fb9ae4b1c16a6980064187833b114b /webkit/glue/webframe_impl.h | |
parent | 64d210fe007c50ac20cfe8962c64a1b5cb85c69c (diff) | |
download | chromium_src-f13f6dcd035ded3dcdaed4e831760bdf25e1d772.zip chromium_src-f13f6dcd035ded3dcdaed4e831760bdf25e1d772.tar.gz chromium_src-f13f6dcd035ded3dcdaed4e831760bdf25e1d772.tar.bz2 |
Remove dependencies on the bug-bait V8Proxy::context() API. No behavior change.
Review URL: http://codereview.chromium.org/159628
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22045 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webframe_impl.h')
-rw-r--r-- | webkit/glue/webframe_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/glue/webframe_impl.h b/webkit/glue/webframe_impl.h index ad3d150..de6ba9b 100644 --- a/webkit/glue/webframe_impl.h +++ b/webkit/glue/webframe_impl.h @@ -137,7 +137,7 @@ class WebFrameImpl : public WebFrame, public base::RefCounted<WebFrameImpl> { #if USE(V8) // Returns the V8 context for this frame, or an empty handle if there is // none. - virtual v8::Local<v8::Context> GetScriptContext(); + virtual v8::Local<v8::Context> GetMainWorldScriptContext(); #endif virtual void GetContentAsPlainText(int max_chars, std::wstring* text) const; |