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 fd68fa31ba72fa0ed183a71a9b33b27b5f67b11e..6315b9278f5133ba3187559df498d20f6070aa9b 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLElement.cpp |
+++ b/third_party/WebKit/Source/core/html/HTMLElement.cpp |
@@ -271,8 +271,6 @@ const AtomicString& HTMLElement::eventNameForAttributeName(const QualifiedName& |
{ onanimationendAttr, EventTypeNames::animationend }, |
{ onanimationiterationAttr, EventTypeNames::animationiteration }, |
{ onanimationstartAttr, EventTypeNames::animationstart }, |
- { onautocompleteAttr, EventTypeNames::autocomplete }, |
- { onautocompleteerrorAttr, EventTypeNames::autocompleteerror }, |
{ onbeforecopyAttr, EventTypeNames::beforecopy }, |
{ onbeforecutAttr, EventTypeNames::beforecut }, |
{ onbeforepasteAttr, EventTypeNames::beforepaste }, |