Index: content/common/font_list_win.cc |
diff --git a/content/common/font_list_win.cc b/content/common/font_list_win.cc |
index 2e07efa0689dfdbc490e4fd7bee1919efcc425fc..62717ec3d240cd81d3d33eb0c1b8841b8fac54cb 100644 |
--- a/content/common/font_list_win.cc |
+++ b/content/common/font_list_win.cc |
@@ -50,7 +50,7 @@ scoped_ptr<base::ListValue> GetFontList_SlowBlocking() { |
font_item->Append(new base::StringValue(*iter)); |
font_list->Append(font_item); |
} |
- return font_list.Pass(); |
+ return font_list; |
} |
} // namespace content |