| Index: tools/clang/blink_gc_plugin/tests/ref_ptr_to_gc_managed_class.h
|
| diff --git a/tools/clang/blink_gc_plugin/tests/ref_ptr_to_gc_managed_class.h b/tools/clang/blink_gc_plugin/tests/ref_ptr_to_gc_managed_class.h
|
| index 0dba31165bddff5ba03426e2172ef30fbcbcb928..c3df7f8095d51c907613f9628e012ebb481beff1 100644
|
| --- a/tools/clang/blink_gc_plugin/tests/ref_ptr_to_gc_managed_class.h
|
| +++ b/tools/clang/blink_gc_plugin/tests/ref_ptr_to_gc_managed_class.h
|
| @@ -12,7 +12,7 @@ namespace blink {
|
| class HeapObject;
|
|
|
| class PartObject {
|
| - DISALLOW_ALLOCATION();
|
| + DISALLOW_NEW();
|
| private:
|
| RefPtr<HeapObject> m_obj;
|
| };
|
|
|