diff --git a/chromium_src/chrome/renderer/printing/print_web_view_helper.cc b/chromium_src/chrome/renderer/printing/print_web_view_helper.cc index e3f03b7fbfcd..8dda961d4589 100644 --- a/chromium_src/chrome/renderer/printing/print_web_view_helper.cc +++ b/chromium_src/chrome/renderer/printing/print_web_view_helper.cc @@ -526,7 +526,7 @@ void PrepareFrameAndViewForPrint::CopySelection( // When loading is done this will call DidStopLoading() and that will do the // actual printing. - frame()->LoadRequest(blink::WebURLRequest(GURL(url_str))); + frame()->StartNavigation(blink::WebURLRequest(GURL(url_str))); } bool PrepareFrameAndViewForPrint::AllowsBrokenNullLayerTreeView() const {