| Index: components/dom_distiller/ios/distiller_page_ios.mm
|
| diff --git a/components/dom_distiller/ios/distiller_page_ios.mm b/components/dom_distiller/ios/distiller_page_ios.mm
|
| index bdf41087079c5c68539af796214980b3beee25da..193595423af5d7ecb79a33d2f0087971cc7aac17 100644
|
| --- a/components/dom_distiller/ios/distiller_page_ios.mm
|
| +++ b/components/dom_distiller/ios/distiller_page_ios.mm
|
| @@ -109,7 +109,7 @@ void DistillerPageIOS::OnLoadURLDone(
|
| }
|
|
|
| void DistillerPageIOS::HandleJavaScriptResultString(NSString* result) {
|
| - scoped_ptr<base::Value> resultValue(base::Value::CreateNullValue());
|
| + scoped_ptr<base::Value> resultValue = base::Value::CreateNullValue();
|
| if (result.length) {
|
| scoped_ptr<base::Value> dictionaryValue(
|
| base::JSONReader::Read(base::SysNSStringToUTF8(result)));
|
|
|