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

Unified Diff: tools/clang/blink_gc_plugin/tests/fields_require_tracing.h

Issue 2128773003: Rename DISALLOW_ALLOCATION to DISALLOW_NEW (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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: tools/clang/blink_gc_plugin/tests/fields_require_tracing.h
diff --git a/tools/clang/blink_gc_plugin/tests/fields_require_tracing.h b/tools/clang/blink_gc_plugin/tests/fields_require_tracing.h
index 60caa68042b4110a5d9e8d20cff0aa97a7813531..1819411f64025b5210d47badd9c2733d15a0c83e 100644
--- a/tools/clang/blink_gc_plugin/tests/fields_require_tracing.h
+++ b/tools/clang/blink_gc_plugin/tests/fields_require_tracing.h
@@ -13,7 +13,7 @@ class HeapObject;
class PartObject;
class PartBObject {
- DISALLOW_ALLOCATION();
+ DISALLOW_NEW();
public:
void trace(Visitor*);
private:
@@ -22,7 +22,7 @@ private:
};
class PartObject {
- DISALLOW_ALLOCATION();
+ DISALLOW_NEW();
public:
void trace(Visitor*);
private:
« no previous file with comments | « tools/clang/blink_gc_plugin/tests/fields_illegal_tracing.h ('k') | tools/clang/blink_gc_plugin/tests/heap/stubs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698