| Index: third_party/WebKit/Source/web/LocalFrameClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp b/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp
|
| index 6d0cc49ab565712690bf8e64dff610d48ec67dca..52fa6d7da4c61f452334edbf256398d163cc6883 100644
|
| --- a/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp
|
| @@ -212,8 +212,7 @@ void LocalFrameClientImpl::WillReleaseScriptContext(
|
| v8::Local<v8::Context> context,
|
| int world_id) {
|
| if (web_frame_->Client()) {
|
| - web_frame_->Client()->WillReleaseScriptContext(web_frame_, context,
|
| - world_id);
|
| + web_frame_->Client()->WillReleaseScriptContext(context, world_id);
|
| }
|
| }
|
|
|
|
|