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

Unified Diff: third_party/WebKit/Source/core/dom/IconURL.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
Index: third_party/WebKit/Source/core/dom/IconURL.h
diff --git a/third_party/WebKit/Source/core/dom/IconURL.h b/third_party/WebKit/Source/core/dom/IconURL.h
index 30c159be618a32d352865ed2da0f04244ef4e8fb..661c7bfed935d2d3434dd17f92d2279e6037b97e 100644
--- a/third_party/WebKit/Source/core/dom/IconURL.h
+++ b/third_party/WebKit/Source/core/dom/IconURL.h
@@ -45,7 +45,7 @@ enum IconType {
};
struct IconURL {
- ALLOW_ONLY_INLINE_ALLOCATION();
+ DISALLOW_NEW_EXCEPT_PLACEMENT_NEW();
IconType m_iconType;
Vector<IntSize> m_sizes;
String m_mimeType;
« no previous file with comments | « third_party/WebKit/Source/core/dom/FrameRequestCallbackCollection.h ('k') | third_party/WebKit/Source/core/dom/NodeIterator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698