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..4900973ebb215fe0f93106bf2033d670dc188f47 100644 |
--- a/components/printing/renderer/print_web_view_helper.cc |
+++ b/components/printing/renderer/print_web_view_helper.cc |
@@ -680,7 +680,7 @@ class PrepareFrameAndViewForPrint : public blink::WebViewClient, |
blink::WebLocalFrame* parent, |
blink::WebTreeScopeType scope, |
const blink::WebString& name, |
- const blink::WebString& unique_name, |
+ const blink::WebString& fallback_name, |
blink::WebSandboxFlags sandbox_flags, |
const blink::WebFrameOwnerProperties& frame_owner_properties) override; |
@@ -839,7 +839,7 @@ blink::WebLocalFrame* PrepareFrameAndViewForPrint::createChildFrame( |
blink::WebLocalFrame* parent, |
blink::WebTreeScopeType scope, |
const blink::WebString& name, |
- const blink::WebString& unique_name, |
+ const blink::WebString& fallback_name, |
blink::WebSandboxFlags sandbox_flags, |
const blink::WebFrameOwnerProperties& frame_owner_properties) { |
blink::WebLocalFrame* frame = |