summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webframe_impl.cc
diff options
context:
space:
mode:
authorjaphet@chromium.org <japhet@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-29 15:56:41 +0000
committerjaphet@chromium.org <japhet@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-29 15:56:41 +0000
commit25d238062198d6e683cf33ca1033dd4bf7e9c5e3 (patch)
tree1600edc2c09e54094b009a549619c2de2e7fcbba /webkit/glue/webframe_impl.cc
parent162daa054276523dcbab30cb6c227f16abfd9c3b (diff)
downloadchromium_src-25d238062198d6e683cf33ca1033dd4bf7e9c5e3.zip
chromium_src-25d238062198d6e683cf33ca1033dd4bf7e9c5e3.tar.gz
chromium_src-25d238062198d6e683cf33ca1033dd4bf7e9c5e3.tar.bz2
Somehow missed a file in the original patch. Doh.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19489 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webframe_impl.cc')
-rw-r--r--webkit/glue/webframe_impl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/glue/webframe_impl.cc b/webkit/glue/webframe_impl.cc
index a02e73a..8c13cb3 100644
--- a/webkit/glue/webframe_impl.cc
+++ b/webkit/glue/webframe_impl.cc
@@ -826,7 +826,7 @@ v8::Local<v8::Context> WebFrameImpl::GetScriptContext() {
if (!frame_)
return v8::Local<v8::Context>();
- return frame_->script()->proxy()->GetContext();
+ return frame_->script()->proxy()->context();
}
#endif