| 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 ce7d795a44d058421100201f29c0d360ff81d98c..561057b3063d790d031a8cefe31602a9230e7077 100644
|
| --- a/third_party/WebKit/public/web/WebFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebFrameClient.h
|
| @@ -575,7 +575,6 @@ class BLINK_EXPORT WebFrameClient {
|
| // frame context.
|
| virtual void didCreateScriptContext(WebLocalFrame*,
|
| v8::Local<v8::Context>,
|
| - int extensionGroup,
|
| int worldId) {}
|
|
|
| // WebKit is about to release its reference to a v8 context for a frame.
|
|
|