diff options
Diffstat (limited to 'WebCore/bindings/v8/ScriptScope.cpp')
-rw-r--r-- | WebCore/bindings/v8/ScriptScope.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/bindings/v8/ScriptScope.cpp b/WebCore/bindings/v8/ScriptScope.cpp index 937f664..52cab10 100644 --- a/WebCore/bindings/v8/ScriptScope.cpp +++ b/WebCore/bindings/v8/ScriptScope.cpp @@ -43,7 +43,7 @@ namespace WebCore { ScriptScope::ScriptScope(ScriptState* scriptState, bool reportExceptions) - : m_context(V8Proxy::GetContext(scriptState->frame())) + : m_context(V8Proxy::context(scriptState->frame())) , m_scope(m_context) , m_scriptState(scriptState) , m_reportExceptions(reportExceptions) |