| Index: third_party/WebKit/Source/platform/heap/Handle.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/Handle.h b/third_party/WebKit/Source/platform/heap/Handle.h
|
| index 882d6e9366d6160292d28dd6958e4742554ff4d2..ef31d2d8385b3990bf7ef38d6104850ab120b556 100644
|
| --- a/third_party/WebKit/Source/platform/heap/Handle.h
|
| +++ b/third_party/WebKit/Source/platform/heap/Handle.h
|
| @@ -33,12 +33,12 @@
|
|
|
| #include "platform/heap/Heap.h"
|
| #include "platform/heap/HeapAllocator.h"
|
| -#include "platform/heap/InlinedGlobalMarkingVisitor.h"
|
| #include "platform/heap/Member.h"
|
| #include "platform/heap/Persistent.h"
|
| #include "platform/heap/ThreadState.h"
|
| #include "platform/heap/TraceTraits.h"
|
| #include "platform/heap/Visitor.h"
|
| +#include "platform/heap/VisitorImpl.h"
|
| #include "wtf/Allocator.h"
|
|
|
| #if defined(LEAK_SANITIZER)
|
|
|