Index: third_party/WebKit/Source/core/dom/Attribute.h |
diff --git a/third_party/WebKit/Source/core/dom/Attribute.h b/third_party/WebKit/Source/core/dom/Attribute.h |
index ced213efa2c537a75e5c48353883f3760008305c..4cb9c0870a3e097cdb1e4756d7855bd8d54abf20 100644 |
--- a/third_party/WebKit/Source/core/dom/Attribute.h |
+++ b/third_party/WebKit/Source/core/dom/Attribute.h |
@@ -34,7 +34,7 @@ namespace blink { |
// value. It is distinct from the web-exposed Attr, which also knows of the |
// element to which it attached, if any. |
class Attribute { |
- ALLOW_ONLY_INLINE_ALLOCATION(); |
+ DISALLOW_NEW_EXCEPT_PLACEMENT_NEW(); |
public: |
Attribute(const QualifiedName& name, const AtomicString& value) |
: m_name(name) |