| 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 1ef01b3e21c6b6fda69a3fb1955b8d1536fda56f..0dbc4350145416a3c394d09b9514b85d4b01eb6a 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>,
|
|
|