Chromium Code Reviews| Index: content/common/font_list_pango.cc |
| diff --git a/content/common/font_list_pango.cc b/content/common/font_list_pango.cc |
| index 7a67b3cb67bf1e294922518b94ed45c2af9c00f5..15f21dc6654f14bd235a760ab4d9c632684062cf 100644 |
| --- a/content/common/font_list_pango.cc |
| +++ b/content/common/font_list_pango.cc |
| @@ -37,7 +37,7 @@ scoped_ptr<base::ListValue> GetFontList_SlowBlocking() { |
| font_list->Append(font_item); |
| } |
| - return font_list.Pass(); |
| + return font_list; |
| } |
| } // namespace content |