Index: third_party/WebKit/Source/core/dom/Document.h |
diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h |
index 3875843a9d7734ded458256627c9bc70bab0bf0f..04d7cdcdbc9c1b6652df120a152158b1a2b5b80d 100644 |
--- a/third_party/WebKit/Source/core/dom/Document.h |
+++ b/third_party/WebKit/Source/core/dom/Document.h |
@@ -33,7 +33,6 @@ |
#include <memory> |
#include "bindings/core/v8/ExceptionState.h" |
#include "bindings/core/v8/ScriptValue.h" |
-#include "bindings/core/v8/TraceWrapperMember.h" |
#include "core/CoreExport.h" |
#include "core/dom/ContainerNode.h" |
#include "core/dom/DocumentEncodingData.h" |
@@ -57,6 +56,7 @@ |
#include "platform/Length.h" |
#include "platform/Timer.h" |
#include "platform/WebTaskRunner.h" |
+#include "platform/bindings/TraceWrapperMember.h" |
#include "platform/loader/fetch/ClientHintsPreferences.h" |
#include "platform/scroll/ScrollTypes.h" |
#include "platform/weborigin/KURL.h" |