| 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 5c8a850034753b73c6615c4d46f5ec2dbe4b9627..300925882d75344f1c08efb4b640e4749ff4c458 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| @@ -137,6 +137,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>,
|
|
|