Index: third_party/WebKit/Source/wtf/TypeTraits.h |
diff --git a/third_party/WebKit/Source/wtf/TypeTraits.h b/third_party/WebKit/Source/wtf/TypeTraits.h |
index a724d73e94e00ee04c232ae703be94e9a364c594..290e8f025857a3a71920e1b73a7b16183b12b74a 100644 |
--- a/third_party/WebKit/Source/wtf/TypeTraits.h |
+++ b/third_party/WebKit/Source/wtf/TypeTraits.h |
@@ -348,7 +348,7 @@ struct NeedsTracing<std::pair<T, U>> { |
static const bool value = NeedsTracing<T>::value || NeedsTracing<U>::value || IsWeak<T>::value || IsWeak<U>::value; |
}; |
-// This is used to check that ALLOW_ONLY_INLINE_ALLOCATION objects are not |
+// This is used to check that DISALLOW_NEW_EXCEPT_PLACEMENT_NEW objects are not |
// stored in off-heap Vectors, HashTables etc. |
template <typename T> |
struct IsAllowOnlyInlineAllocation { |