linux: Fix linking error.
This commit is contained in:
parent
a98e26a307
commit
d0c1b63064
1 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,8 @@ void PrintMsg_Print_Params::Reset() {
|
|||
supports_alpha_blend = false;
|
||||
print_scaling_option = blink::WebPrintScalingOptionSourceSize;
|
||||
print_to_pdf = false;
|
||||
title = base::string16();
|
||||
url = base::string16();
|
||||
title.clear();
|
||||
url.clear();
|
||||
should_print_backgrounds = false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue