Index: third_party/WebKit/Source/core/css/parser/CSSParserTokenRange.h |
diff --git a/third_party/WebKit/Source/core/css/parser/CSSParserTokenRange.h b/third_party/WebKit/Source/core/css/parser/CSSParserTokenRange.h |
index 34b0e0618bec30d3fbd1c1879f52e2a0a05c363b..c8cf20b325143c3a77aba02de0deb44735600e5c 100644 |
--- a/third_party/WebKit/Source/core/css/parser/CSSParserTokenRange.h |
+++ b/third_party/WebKit/Source/core/css/parser/CSSParserTokenRange.h |
@@ -18,7 +18,7 @@ CORE_EXPORT extern const CSSParserToken& staticEOFToken; |
// Accessing outside of the range will return an endless stream of EOF tokens. |
// This class refers to half-open intervals [first, last). |
class CORE_EXPORT CSSParserTokenRange { |
- DISALLOW_ALLOCATION(); |
+ DISALLOW_NEW(); |
public: |
CSSParserTokenRange(const Vector<CSSParserToken>& vector) |
: m_first(vector.begin()) |