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

Unified Diff: third_party/WebKit/Source/core/dom/AttributeCollection.h

Issue 1406923009: Rename DISALLOW_ALLOCATION and ALLOW_ONLY_INLINE_ALLOCATION (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 | « third_party/WebKit/Source/core/dom/Attribute.h ('k') | third_party/WebKit/Source/core/dom/DOMArrayPiece.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/AttributeCollection.h
diff --git a/third_party/WebKit/Source/core/dom/AttributeCollection.h b/third_party/WebKit/Source/core/dom/AttributeCollection.h
index 467661eea7c0193783b4b580a923148b53f08afd..aa750bf5effe75ef750fd10816ae31568a35ac7c 100644
--- a/third_party/WebKit/Source/core/dom/AttributeCollection.h
+++ b/third_party/WebKit/Source/core/dom/AttributeCollection.h
@@ -77,7 +77,7 @@ protected:
};
class AttributeArray {
- DISALLOW_ALLOCATION();
+ DISALLOW_NEW();
public:
using ValueType = const Attribute;
« no previous file with comments | « third_party/WebKit/Source/core/dom/Attribute.h ('k') | third_party/WebKit/Source/core/dom/DOMArrayPiece.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698