Index: Source/core/fetch/MemoryCache.h |
diff --git a/Source/core/fetch/MemoryCache.h b/Source/core/fetch/MemoryCache.h |
index d7c4465aec6ad6ba0a286427463ac698aceb2107..92664bd164a14164a5a4f453c3361ac3aa586616 100644 |
--- a/Source/core/fetch/MemoryCache.h |
+++ b/Source/core/fetch/MemoryCache.h |
@@ -29,6 +29,7 @@ |
#include "core/fetch/Resource.h" |
#include "core/fetch/ResourcePtr.h" |
#include "public/platform/WebThread.h" |
+#include "wtf/Allocator.h" |
#include "wtf/HashMap.h" |
#include "wtf/Noncopyable.h" |
#include "wtf/Vector.h" |
@@ -137,6 +138,7 @@ public: |
DECLARE_TRACE(); |
struct TypeStatistic { |
+ STACK_ALLOCATED(); |
size_t count; |
size_t size; |
size_t liveSize; |
@@ -162,6 +164,7 @@ public: |
}; |
struct Statistics { |
+ STACK_ALLOCATED(); |
TypeStatistic images; |
TypeStatistic cssStyleSheets; |
TypeStatistic scripts; |