Index: third_party/WebKit/Source/wtf/DefaultAllocator.h |
diff --git a/third_party/WebKit/Source/wtf/DefaultAllocator.h b/third_party/WebKit/Source/wtf/DefaultAllocator.h |
index 21ea540f1453afb40fc0994370cf46458c8c6672..099014d08af88acd32ff66d6043b430d5c7ceaa3 100644 |
--- a/third_party/WebKit/Source/wtf/DefaultAllocator.h |
+++ b/third_party/WebKit/Source/wtf/DefaultAllocator.h |
@@ -35,8 +35,8 @@ |
// traced, garbage collected heap. It uses FastMalloc for collections, |
// but uses the partition allocator for the backing store of the collections. |
+#include "wtf/Allocator.h" |
#include "wtf/Assertions.h" |
-#include "wtf/FastAllocBase.h" |
#include "wtf/PartitionAlloc.h" |
#include "wtf/Partitions.h" |