Index: chrome/browser/views/shell_dialogs_win.cc |
=================================================================== |
--- chrome/browser/views/shell_dialogs_win.cc (revision 55911) |
+++ chrome/browser/views/shell_dialogs_win.cc (working copy) |
@@ -1107,7 +1107,7 @@ |
if (listener_) { |
HFONT font = CreateFontIndirect(&logfont); |
if (font) { |
- listener_->FontSelected(gfx::Font::CreateFont(font), params); |
+ listener_->FontSelected(gfx::Font(font), params); |
DeleteObject(font); |
} else { |
listener_->FontSelectionCanceled(params); |