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

Unified Diff: Source/wtf/text/AtomicString.h

Issue 240213009: Introduce a macro enabling 'SimpleClassVectorTraits' (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added the comment Created 6 years, 8 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
« no previous file with comments | « Source/wtf/VectorTraits.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « Source/wtf/VectorTraits.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698