Index: Source/core/svg/properties/SVGListPropertyTearOffHelper.h |
diff --git a/Source/core/svg/properties/NewSVGListPropertyTearOffHelper.h b/Source/core/svg/properties/SVGListPropertyTearOffHelper.h |
similarity index 93% |
rename from Source/core/svg/properties/NewSVGListPropertyTearOffHelper.h |
rename to Source/core/svg/properties/SVGListPropertyTearOffHelper.h |
index 1cdc50cea5e8f26762b293bdb28c98a15d1d491a..8c6e6bc81e676b26367957a791e23304dfdd93b5 100644 |
--- a/Source/core/svg/properties/NewSVGListPropertyTearOffHelper.h |
+++ b/Source/core/svg/properties/SVGListPropertyTearOffHelper.h |
@@ -28,11 +28,11 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-#ifndef NewSVGListPropertyTearOffHelper_h |
-#define NewSVGListPropertyTearOffHelper_h |
+#ifndef SVGListPropertyTearOffHelper_h |
+#define SVGListPropertyTearOffHelper_h |
#include "bindings/v8/ExceptionState.h" |
-#include "core/svg/properties/NewSVGPropertyTearOff.h" |
+#include "core/svg/properties/SVGPropertyTearOff.h" |
#include "wtf/HashMap.h" |
#include "wtf/TypeTraits.h" |
@@ -71,7 +71,7 @@ public: |
}; |
template<typename Derived, typename ListProperty> |
-class NewSVGListPropertyTearOffHelper : public NewSVGPropertyTearOff<ListProperty> { |
+class SVGListPropertyTearOffHelper : public SVGPropertyTearOff<ListProperty> { |
public: |
typedef ListProperty ListPropertyType; |
typedef typename ListPropertyType::ItemPropertyType ItemPropertyType; |
@@ -197,8 +197,8 @@ public: |
} |
protected: |
- NewSVGListPropertyTearOffHelper(PassRefPtr<ListPropertyType> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = nullQName()) |
- : NewSVGPropertyTearOff<ListPropertyType>(target, contextElement, propertyIsAnimVal, attributeName) |
+ SVGListPropertyTearOffHelper(PassRefPtr<ListPropertyType> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = nullQName()) |
+ : SVGPropertyTearOff<ListPropertyType>(target, contextElement, propertyIsAnimVal, attributeName) |
{ |
} |
@@ -221,4 +221,4 @@ private: |
} |
-#endif // NewSVGListPropertyTearOffHelper_h |
+#endif // SVGListPropertyTearOffHelper_h |