diff options
-rw-r--r-- | chrome/browser/tab_contents/web_contents.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/tab_contents/web_contents.cc b/chrome/browser/tab_contents/web_contents.cc index d04f44c..e844ad9 100644 --- a/chrome/browser/tab_contents/web_contents.cc +++ b/chrome/browser/tab_contents/web_contents.cc @@ -1166,7 +1166,7 @@ GURL WebContents::GetAlternateErrorPageURL() const { WebPreferences WebContents::GetWebkitPrefs() { // Initialize web_preferences_ to chrome defaults. WebPreferences web_prefs; -#if defined(OS_WIN) +#if defined(OS_WIN) || defined(OS_LINUX) PrefService* prefs = profile()->GetPrefs(); web_prefs.fixed_font_family = |