Index: Source/wtf/text/AtomicString.h |
diff --git a/Source/wtf/text/AtomicString.h b/Source/wtf/text/AtomicString.h |
index d768bc04c5349d910104eb5b987ae418a492d52e..8983dcdced2527b02b55891b3c4724cf3ac5de15 100644 |
--- a/Source/wtf/text/AtomicString.h |
+++ b/Source/wtf/text/AtomicString.h |
@@ -255,10 +255,10 @@ template<> struct DefaultHash<AtomicString> { |
typedef AtomicStringHash Hash; |
}; |
-template<> struct VectorTraits<AtomicString> : SimpleClassVectorTraits<AtomicString> { }; |
- |
} // namespace WTF |
+WTF_ALLOW_MOVE_INIT_AND_COMPARE_WITH_MEM_FUNCTIONS(AtomicString); |
+ |
#ifndef ATOMICSTRING_HIDE_GLOBALS |
using WTF::AtomicString; |
using WTF::nullAtom; |