diff --git a/atom/browser/web_contents_preferences.cc b/atom/browser/web_contents_preferences.cc index 27ea03430ba1..c2e5aeab962d 100644 --- a/atom/browser/web_contents_preferences.cc +++ b/atom/browser/web_contents_preferences.cc @@ -231,7 +231,7 @@ void WebContentsPreferences::AppendCommandLineSwitches( } // Enable blink features. - if (dict_.GetString(options::kBlinkFeatures, &s)) + if (dict_.GetString(options::kEnableBlinkFeatures, &s)) command_line->AppendSwitchASCII(::switches::kEnableBlinkFeatures, s); // Disable blink features.