Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(118)

Unified Diff: webkit/glue/webview_impl.cc

Issue 60058: Roll out dominantScript, getGenericFontFamily patches to unfork a bunch of fi... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | webkit/tools/layout_tests/test_expectations.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « DEPS ('k') | webkit/tools/layout_tests/test_expectations.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698