summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/svg/properties/SVGAnimatedPropertyDescription.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/svg/properties/SVGAnimatedPropertyDescription.h')
-rw-r--r--Source/WebCore/svg/properties/SVGAnimatedPropertyDescription.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/Source/WebCore/svg/properties/SVGAnimatedPropertyDescription.h b/Source/WebCore/svg/properties/SVGAnimatedPropertyDescription.h
index 5fbaf9e..610fb14 100644
--- a/Source/WebCore/svg/properties/SVGAnimatedPropertyDescription.h
+++ b/Source/WebCore/svg/properties/SVGAnimatedPropertyDescription.h
@@ -80,19 +80,7 @@ struct SVGAnimatedPropertyDescriptionHash {
static const bool safeToCompareToEmptyOrDeleted = true;
};
-struct SVGAnimatedPropertyDescriptionHashTraits : WTF::GenericHashTraits<SVGAnimatedPropertyDescription> {
- static const bool emptyValueIsZero = true;
-
- static void constructDeletedValue(SVGAnimatedPropertyDescription& slot)
- {
- new (&slot) SVGAnimatedPropertyDescription(WTF::HashTableDeletedValue);
- }
-
- static bool isDeletedValue(const SVGAnimatedPropertyDescription& value)
- {
- return value.isHashTableDeletedValue();
- }
-};
+struct SVGAnimatedPropertyDescriptionHashTraits : WTF::SimpleClassHashTraits<SVGAnimatedPropertyDescription> { };
}