| Index: Source/web/WebRemoteFrameImpl.cpp
|
| diff --git a/Source/web/WebRemoteFrameImpl.cpp b/Source/web/WebRemoteFrameImpl.cpp
|
| index c9f39fc79aac8de4a33a3323c6ce95f90ef82d17..e7932c45aa33a815e914a360b76d7bcaaefe55a8 100644
|
| --- a/Source/web/WebRemoteFrameImpl.cpp
|
| +++ b/Source/web/WebRemoteFrameImpl.cpp
|
| @@ -285,6 +285,11 @@ v8::Local<v8::Context> WebRemoteFrameImpl::mainWorldScriptContext() const
|
| return v8::Local<v8::Context>();
|
| }
|
|
|
| +v8::Local<v8::Context> WebRemoteFrameImpl::deprecatedMainWorldScriptContext() const
|
| +{
|
| + return toV8Context(frame(), DOMWrapperWorld::mainWorld());
|
| +}
|
| +
|
| void WebRemoteFrameImpl::reload(bool ignoreCache)
|
| {
|
| ASSERT_NOT_REACHED();
|
|
|