From 8bb7525fe09c034f73631af4f72310319aa940b1 Mon Sep 17 00:00:00 2001 From: Shelley Vohr Date: Fri, 25 May 2018 11:12:40 -0700 Subject: [PATCH] fix missing instance of kBlinkFeatures => kEnableBlinkFeatures --- atom/browser/web_contents_preferences.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atom/browser/web_contents_preferences.cc b/atom/browser/web_contents_preferences.cc index 27ea03430b..c2e5aeab96 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.