| Index: third_party/WebKit/Source/core/html/HTMLElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLElement.cpp b/third_party/WebKit/Source/core/html/HTMLElement.cpp
|
| index 029c835db894c056a993c646c434c32d76758611..186767c0b519af66abeb52ddc85f67597204b816 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLElement.cpp
|
| @@ -310,7 +310,7 @@ const AtomicString& HTMLElement::eventNameForAttributeName(
|
| if (!attrName.namespaceURI().isNull())
|
| return nullAtom;
|
|
|
| - if (!attrName.localName().startsWith("on", TextCaseInsensitive))
|
| + if (!attrName.localName().startsWith("on", TextCaseASCIIInsensitive))
|
| return nullAtom;
|
|
|
| typedef HashMap<AtomicString, AtomicString> StringToStringMap;
|
|
|