Index: third_party/WebKit/Source/core/frame/SuspendableScriptExecutor.h |
diff --git a/third_party/WebKit/Source/core/frame/SuspendableScriptExecutor.h b/third_party/WebKit/Source/core/frame/SuspendableScriptExecutor.h |
index 0d85266820d4346eefc655d24cb2a31f619248f6..59458aa38ed18e7e919266eb5ab4b246aacf2453 100644 |
--- a/third_party/WebKit/Source/core/frame/SuspendableScriptExecutor.h |
+++ b/third_party/WebKit/Source/core/frame/SuspendableScriptExecutor.h |
@@ -5,9 +5,9 @@ |
#ifndef SuspendableScriptExecutor_h |
#define SuspendableScriptExecutor_h |
-#include "bindings/core/v8/DOMWrapperWorld.h" |
#include "core/CoreExport.h" |
#include "core/frame/SuspendableTimer.h" |
+#include "platform/bindings/DOMWrapperWorld.h" |
#include "platform/heap/Handle.h" |
#include "platform/heap/SelfKeepAlive.h" |
#include "platform/wtf/RefPtr.h" |