| Index: components/dom_distiller/content/distiller_page_web_contents.cc
|
| diff --git a/components/dom_distiller/content/distiller_page_web_contents.cc b/components/dom_distiller/content/distiller_page_web_contents.cc
|
| index e81976e05bf0fe0b745a8751e66d2fadc3fea9d0..c0c7ff565225cc228a9ec156c87149037986479f 100644
|
| --- a/components/dom_distiller/content/distiller_page_web_contents.cc
|
| +++ b/components/dom_distiller/content/distiller_page_web_contents.cc
|
| @@ -53,7 +53,7 @@ void DistillerPageWebContents::ExecuteJavaScriptImpl(
|
| DCHECK(host);
|
| host->ExecuteJavascriptInWebFrameCallbackResult(
|
| base::string16(), // frame_xpath
|
| - UTF8ToUTF16(script),
|
| + base::UTF8ToUTF16(script),
|
| base::Bind(&DistillerPage::OnExecuteJavaScriptDone,
|
| base::Unretained(this)));
|
| }
|
|
|