| Index: third_party/WebKit/Source/platform/heap/MarkingVisitorImpl.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/MarkingVisitorImpl.h b/third_party/WebKit/Source/platform/heap/MarkingVisitorImpl.h
|
| index 99ac12e300c8915834446928196d9c6684a49882..47174b3f671ea3253e135c6c7c2c0dbda3204198 100644
|
| --- a/third_party/WebKit/Source/platform/heap/MarkingVisitorImpl.h
|
| +++ b/third_party/WebKit/Source/platform/heap/MarkingVisitorImpl.h
|
| @@ -8,6 +8,7 @@
|
| #include "platform/heap/Heap.h"
|
| #include "platform/heap/ThreadState.h"
|
| #include "platform/heap/Visitor.h"
|
| +#include "wtf/Allocator.h"
|
| #include "wtf/Functional.h"
|
| #include "wtf/HashFunctions.h"
|
| #include "wtf/Locker.h"
|
| @@ -19,6 +20,7 @@ namespace blink {
|
|
|
| template <typename Derived>
|
| class MarkingVisitorImpl {
|
| + USING_FAST_MALLOC(MarkingVisitorImpl);
|
| protected:
|
| inline void markHeader(HeapObjectHeader* header, const void* objectPointer, TraceCallback callback)
|
| {
|
|
|