Browse Source

fix missing instance of kBlinkFeatures => kEnableBlinkFeatures

Shelley Vohr 7 years ago
parent
commit
8bb7525fe0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      atom/browser/web_contents_preferences.cc

+ 1 - 1
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.