summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webframe.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/webframe.h')
-rw-r--r--webkit/glue/webframe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/glue/webframe.h b/webkit/glue/webframe.h
index 4fdede8..ddfcb17 100644
--- a/webkit/glue/webframe.h
+++ b/webkit/glue/webframe.h
@@ -83,7 +83,7 @@ class WebFrame {
#if WEBKIT_USING_V8
// Returns the V8 context for this frame, or an empty handle if there is
// none.
- virtual v8::Local<v8::Context> GetScriptContext() = 0;
+ virtual v8::Local<v8::Context> GetMainWorldScriptContext() = 0;
#endif
// Reload the current document.