Index: third_party/WebKit/Source/web/SuspendableScriptExecutor.cpp |
diff --git a/third_party/WebKit/Source/web/SuspendableScriptExecutor.cpp b/third_party/WebKit/Source/web/SuspendableScriptExecutor.cpp |
index e82bc7444530affda32e9db61b3824a6da4bb777..fca9bb007f8dcc9ad6a88c7f2f897186584fee1d 100644 |
--- a/third_party/WebKit/Source/web/SuspendableScriptExecutor.cpp |
+++ b/third_party/WebKit/Source/web/SuspendableScriptExecutor.cpp |
@@ -4,8 +4,10 @@ |
#include "web/SuspendableScriptExecutor.h" |
+#include <memory> |
#include "bindings/core/v8/ScriptController.h" |
#include "bindings/core/v8/ScriptSourceCode.h" |
+#include "bindings/core/v8/V8Binding.h" |
#include "bindings/core/v8/V8PersistentValueVector.h" |
#include "bindings/core/v8/WindowProxy.h" |
#include "core/dom/Document.h" |
@@ -17,7 +19,6 @@ |
#include "public/web/WebScriptExecutionCallback.h" |
#include "wtf/PtrUtil.h" |
#include "wtf/Vector.h" |
-#include <memory> |
namespace blink { |