Index: Source/core/html/HTMLElement.cpp |
diff --git a/Source/core/html/HTMLElement.cpp b/Source/core/html/HTMLElement.cpp |
index f031a3a5bcddc53ac565d4a76631f0d4d9b2038c..0f5a3900d047e9d4b656bd854bf182ad8f2845f0 100644 |
--- a/Source/core/html/HTMLElement.cpp |
+++ b/Source/core/html/HTMLElement.cpp |
@@ -205,7 +205,7 @@ void HTMLElement::collectStyleForPresentationAttribute(const QualifiedName& name |
Element::collectStyleForPresentationAttribute(name, value, style); |
} |
-const AtomicString& HTMLElement::eventNameForAttributeName(const QualifiedName& attrName) const |
+const AtomicString& HTMLElement::eventNameForAttributeName(const QualifiedName& attrName) |
{ |
if (!attrName.namespaceURI().isNull()) |
return nullAtom; |