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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutState.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/layout/LayoutState.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutState.h b/third_party/WebKit/Source/core/layout/LayoutState.h
index 178463d12d66e8d98967859496ea7c8be42502b0..959e79478a215de2d9a43b5e61d90061a0366c40 100644
--- a/third_party/WebKit/Source/core/layout/LayoutState.h
+++ b/third_party/WebKit/Source/core/layout/LayoutState.h
@@ -63,7 +63,7 @@ class LayoutState {
// LayoutState is always allocated on the stack.
// The reason is that it is scoped to layout, thus we can avoid expensive
// mallocs.
- DISALLOW_ALLOCATION();
+ DISALLOW_NEW();
WTF_MAKE_NONCOPYABLE(LayoutState);
public:
// Constructor for root LayoutState created by LayoutView
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutObjectChildList.h ('k') | third_party/WebKit/Source/core/layout/LayoutTable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698