Index: Source/core/html/HTMLElement.h |
diff --git a/Source/core/html/HTMLElement.h b/Source/core/html/HTMLElement.h |
index 5b76011ffe118ba8b6d324b87229dbb853ff1f78..a66de148224798441b9fb3c2930ba1551611ff4c 100644 |
--- a/Source/core/html/HTMLElement.h |
+++ b/Source/core/html/HTMLElement.h |
@@ -91,6 +91,8 @@ public: |
virtual bool matchesReadOnlyPseudoClass() const OVERRIDE; |
virtual bool matchesReadWritePseudoClass() const OVERRIDE; |
+ static const AtomicString& eventParameterName(); |
+ |
protected: |
HTMLElement(const QualifiedName& tagName, Document&, ConstructionType); |