зеркало из https://github.com/electron/electron.git
fix missing instance of kBlinkFeatures => kEnableBlinkFeatures
This commit is contained in:
Родитель
b7e245aba1
Коммит
8bb7525fe0
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче