| Index: third_party/WebKit/public/web/WebFrameClient.h
|
| diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h
|
| index 0a6c6dae5448053f3c8d695245504342b7d94094..bd10f2d961865415429bed3e8161a9d498cadaaf 100644
|
| --- a/third_party/WebKit/public/web/WebFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebFrameClient.h
|
| @@ -601,9 +601,7 @@ class BLINK_EXPORT WebFrameClient {
|
| int world_id) {}
|
|
|
| // WebKit is about to release its reference to a v8 context for a frame.
|
| - virtual void WillReleaseScriptContext(WebLocalFrame*,
|
| - v8::Local<v8::Context>,
|
| - int world_id) {}
|
| + virtual void WillReleaseScriptContext(v8::Local<v8::Context>, int world_id) {}
|
|
|
| // Geometry notifications ----------------------------------------------
|
|
|
|
|