Chromium Code Reviews| Index: webkit/glue/webview_impl.cc |
| =================================================================== |
| --- webkit/glue/webview_impl.cc (revision 13154) |
| +++ webkit/glue/webview_impl.cc (working copy) |
| @@ -150,8 +150,7 @@ |
| FontDescription font_description; |
| #if defined(OS_WIN) |
| - theme()->systemFont(CSSValueWebkitControl, text_field->document(), |
| - font_description); |
| + theme()->systemFont(CSSValueWebkitControl, font_description); |
| #else |
| NOTIMPLEMENTED(); |
| #endif |