mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision fc6ad471 (#342568)
This commit is contained in:
@@ -120,7 +120,7 @@ extern "C" {
|
||||
// We ignore commands that insert characters, because this was causing
|
||||
// strange behavior (e.g. tab always inserted a tab rather than moving to
|
||||
// the next field on the page).
|
||||
if (!base::StartsWithASCII(command, "insert", false))
|
||||
if (!base::StartsWith(command, "insert", base::CompareCase::SENSITIVE))
|
||||
editCommands_.push_back(content::EditCommand(command, ""));
|
||||
} else {
|
||||
renderWidgetHostView_->render_widget_host()->Send(
|
||||
|
Reference in New Issue
Block a user