| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| index 595f4153a21d31f3ce8da041b331cb01b07606d5..68ffdfd7912593573800f254574e280c59b43800 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| @@ -110,6 +110,8 @@ public:
|
| const WebScriptSource&) override;
|
| void requestExecuteScriptAndReturnValue(
|
| const WebScriptSource&, bool userGesture, WebScriptExecutionCallback*) override;
|
| + void requestExecuteV8Function(
|
| + v8::Local<v8::Function>, v8::Local<v8::Value> receiver, int argc, v8::Local<v8::Value> argv[], WebScriptExecutionCallback*) override;
|
| void executeScriptInIsolatedWorld(
|
| int worldID, const WebScriptSource* sourcesIn, unsigned numSources,
|
| int extensionGroup, WebVector<v8::Local<v8::Value>>* results) override;
|
|
|