Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1242)

Unified Diff: third_party/WebKit/Source/platform/heap/HeapLinkedStack.h

Issue 1609943003: Make platform/heap to use USING_FAST_MALLOC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed compile error Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/heap/HeapLinkedStack.h
diff --git a/third_party/WebKit/Source/platform/heap/HeapLinkedStack.h b/third_party/WebKit/Source/platform/heap/HeapLinkedStack.h
index 4d89073f41c6a236e4b3ea735db18f09cefe23ff..dbb7db1b27febead4b5e72c20d1952a213aca9cb 100644
--- a/third_party/WebKit/Source/platform/heap/HeapLinkedStack.h
+++ b/third_party/WebKit/Source/platform/heap/HeapLinkedStack.h
@@ -33,6 +33,7 @@
#include "platform/heap/Heap.h"
#include "platform/heap/Visitor.h"
+#include "wtf/Allocator.h"
namespace blink {
@@ -112,6 +113,7 @@ inline size_t HeapLinkedStack<T>::size()
template<typename T>
class TraceEagerlyTrait<HeapLinkedStack<T>> {
+ STATIC_ONLY(TraceEagerlyTrait);
public:
static const bool value = TraceEagerlyTrait<T>::value;
};

Powered by Google App Engine
This is Rietveld 408576698