| Index: content/common/font_list_mac.mm
|
| diff --git a/content/common/font_list_mac.mm b/content/common/font_list_mac.mm
|
| index 64a54cda7f403bbb850a573aa756278bfc2ebeba..f4a7ceddcd978cab7f2997025d3b129f9466cb7e 100644
|
| --- a/content/common/font_list_mac.mm
|
| +++ b/content/common/font_list_mac.mm
|
| @@ -27,7 +27,7 @@ scoped_ptr<base::ListValue> GetFontList_SlowBlocking() {
|
| font_item->Append(new base::StringValue(loc_family));
|
| font_list->Append(font_item);
|
| }
|
| - return font_list.Pass();
|
| + return font_list;
|
| }
|
|
|
| } // namespace content
|
|
|