Index: Source/heap/Heap.h |
diff --git a/Source/heap/Heap.h b/Source/heap/Heap.h |
index 1ed21a169d7ad92a795c28d4d41d353679a06a7f..ebf4220f437325898ee099855df6299a55a2a859 100644 |
--- a/Source/heap/Heap.h |
+++ b/Source/heap/Heap.h |
@@ -1008,11 +1008,6 @@ |
void* operator new(size_t); |
#endif |
-#define ALLOW_ONLY_INLINE_ALLOCATION() \ |
- public: \ |
- void* operator new(size_t, NotNullTag, void* location) { return location; } \ |
- DISALLOW_ALLOCATION() |
- |
NO_SANITIZE_ADDRESS |
void HeapObjectHeader::checkHeader() const |
{ |