Index: tools/clang/blink_gc_plugin/tests/heap/stubs.h |
diff --git a/tools/clang/blink_gc_plugin/tests/heap/stubs.h b/tools/clang/blink_gc_plugin/tests/heap/stubs.h |
index fff4a781659e159ca1e7c2a7975a8e7ab30e312f..813ab127001bcc3913ebc6c18e908c5fa952790c 100644 |
--- a/tools/clang/blink_gc_plugin/tests/heap/stubs.h |
+++ b/tools/clang/blink_gc_plugin/tests/heap/stubs.h |
@@ -139,7 +139,7 @@ namespace blink { |
using namespace WTF; |
-#define DISALLOW_ALLOCATION() \ |
+#define DISALLOW_NEW() \ |
private: \ |
void* operator new(size_t) = delete; \ |
void* operator new(size_t, void*) = delete; |