Index: third_party/WebKit/Source/platform/heap/Visitor.h |
diff --git a/third_party/WebKit/Source/platform/heap/Visitor.h b/third_party/WebKit/Source/platform/heap/Visitor.h |
index 54b51fc9f8e1c4d6cac2894f50debaa80cabb479..192e2752711d5a0af49e4a06053f625f6d36afda 100644 |
--- a/third_party/WebKit/Source/platform/heap/Visitor.h |
+++ b/third_party/WebKit/Source/platform/heap/Visitor.h |
@@ -31,6 +31,7 @@ |
#ifndef Visitor_h |
#define Visitor_h |
+#include <memory> |
#include "platform/PlatformExport.h" |
#include "platform/heap/GarbageCollected.h" |
#include "wtf/Allocator.h" |
@@ -38,7 +39,6 @@ |
#include "wtf/Forward.h" |
#include "wtf/HashTraits.h" |
#include "wtf/TypeTraits.h" |
-#include <memory> |
namespace blink { |
@@ -232,7 +232,6 @@ class PLATFORM_EXPORT Visitor { |
&TraceMethodDelegate<T, method>::trampoline); |
} |
- |
inline void registerBackingStoreReference(void* slot); |
inline void registerBackingStoreCallback(void* backingStore, |