| 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 68980612eaba0756b9feaf5a2a341be122ae8398..c6dea00c184773ea1a0df8501498ceb92fee5b76 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| @@ -138,6 +138,7 @@ class WEB_EXPORT WebLocalFrameImpl final
|
| const WebScriptSource* sourceIn,
|
| unsigned numSources,
|
| bool userGesture,
|
| + ScriptExecutionType,
|
| WebScriptExecutionCallback*) override;
|
| v8::Local<v8::Value> callFunctionEvenIfScriptDisabled(
|
| v8::Local<v8::Function>,
|
|
|