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

Unified Diff: Source/core/svg/SVGCursorElement.cpp

Issue 177803003: [SVG] Make all C-macros used in the old property implementation NOOP. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years, 10 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/SVGCursorElement.cpp
diff --git a/Source/core/svg/SVGCursorElement.cpp b/Source/core/svg/SVGCursorElement.cpp
index c1bb5d7e23eb2cc327f57f8cab324b5119ee7005..5bdf81f8ade6a5a2c0e32eb742d9ed5bdc88a281 100644
--- a/Source/core/svg/SVGCursorElement.cpp
+++ b/Source/core/svg/SVGCursorElement.cpp
@@ -45,7 +45,6 @@ inline SVGCursorElement::SVGCursorElement(Document& document)
addToPropertyMap(m_x);
addToPropertyMap(m_y);
- registerAnimatedPropertiesForSVGCursorElement();
}
PassRefPtr<SVGCursorElement> SVGCursorElement::create(Document& document)

Powered by Google App Engine
This is Rietveld 408576698