| Index: components/printing/renderer/print_web_view_helper.cc
|
| diff --git a/components/printing/renderer/print_web_view_helper.cc b/components/printing/renderer/print_web_view_helper.cc
|
| index 528ca26f274b7c57bc43d026914b9effb67f4301..b9fa83adb8bedf2b419a119b0a0c8dc0ed8a72c9 100644
|
| --- a/components/printing/renderer/print_web_view_helper.cc
|
| +++ b/components/printing/renderer/print_web_view_helper.cc
|
| @@ -99,7 +99,7 @@ const char kPageLoadScriptFormat[] =
|
|
|
| const char kPageSetupScriptFormat[] = "setup(%s);";
|
|
|
| -void ExecuteScript(blink::WebFrame* frame,
|
| +void ExecuteScript(blink::WebLocalFrame* frame,
|
| const char* script_format,
|
| const base::Value& parameters) {
|
| std::string json;
|
|
|