mirror of
https://github.com/electron/electron.git
synced 2026-01-28 16:58:21 -05:00
fix missing instance of kBlinkFeatures => kEnableBlinkFeatures
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user