fix missing instance of kBlinkFeatures => kEnableBlinkFeatures
This commit is contained in:
parent
b7e245aba1
commit
8bb7525fe0
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ void WebContentsPreferences::AppendCommandLineSwitches(
|
||||||
}
|
}
|
||||||
|
|
||||||
// Enable blink features.
|
// Enable blink features.
|
||||||
if (dict_.GetString(options::kBlinkFeatures, &s))
|
if (dict_.GetString(options::kEnableBlinkFeatures, &s))
|
||||||
command_line->AppendSwitchASCII(::switches::kEnableBlinkFeatures, s);
|
command_line->AppendSwitchASCII(::switches::kEnableBlinkFeatures, s);
|
||||||
|
|
||||||
// Disable blink features.
|
// Disable blink features.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue