Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1067)

Unified Diff: Source/core/svg/SVGElement.h

Issue 321023002: Avoid branching in createAttributeEventListener (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove leftover line Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698