Index: Source/core/svg/SVGElement.h |
diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h |
index eaf7012e995ae2a6f8cc728b718ac1ff5e81c028..95006558cd7938fe4c269571d83a2ae56338e1a5 100644 |
--- a/Source/core/svg/SVGElement.h |
+++ b/Source/core/svg/SVGElement.h |
@@ -182,6 +182,8 @@ public: |
virtual void trace(Visitor*) OVERRIDE; |
+ static const AtomicString& eventParameterName(); |
+ |
protected: |
SVGElement(const QualifiedName&, Document&, ConstructionType = CreateSVGElement); |