| 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 f31074f26bb3c9c0416adcd3acfc192795c92126..94630f6b4f4ed9d86f88edd454cae1396efd8d0d 100644
|
| --- a/components/printing/renderer/print_web_view_helper.cc
|
| +++ b/components/printing/renderer/print_web_view_helper.cc
|
| @@ -582,7 +582,7 @@ void PrintWebViewHelper::PrintHeaderAndFooter(
|
| page_layout.content_height);
|
|
|
| blink::WebView* web_view =
|
| - blink::WebView::create(nullptr, blink::WebPageVisibilityStateVisible);
|
| + blink::WebView::create(blink::WebPageVisibilityStateVisible);
|
| web_view->settings()->setJavaScriptEnabled(true);
|
|
|
| blink::WebFrameClient frame_client;
|
|
|