| 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 4ebe99d2ff2ed00ba1964e87720e07f50a2a5541..db18736f5ee356986cd70bc3638c8fc22e199361 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| @@ -119,6 +119,11 @@ class WEB_EXPORT WebLocalFrameImpl final
|
| 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,
|
|
|