Index: Source/core/svg/SVGFilterElement.h |
diff --git a/Source/core/svg/SVGFilterElement.h b/Source/core/svg/SVGFilterElement.h |
index e296ae3c15dbac4eeb592b71979989fe5a8846fb..80e87742f56ddb5a5abe8f781fbdfe58a3e04a2f 100644 |
--- a/Source/core/svg/SVGFilterElement.h |
+++ b/Source/core/svg/SVGFilterElement.h |
@@ -74,8 +74,6 @@ private: |
RefPtr<SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType> > m_filterUnits; |
RefPtr<SVGAnimatedEnumeration<SVGUnitTypes::SVGUnitType> > m_primitiveUnits; |
RefPtr<SVGAnimatedIntegerOptionalInteger> m_filterRes; |
- BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGFilterElement) |
- END_DECLARE_ANIMATED_PROPERTIES |
HashSet<RefPtr<Node> > m_clientsToAdd; |
}; |