Index: third_party/WebKit/Source/bindings/core/v8/ScriptStreamer.h |
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptStreamer.h b/third_party/WebKit/Source/bindings/core/v8/ScriptStreamer.h |
index d5b295b90fc90252be61f9f9e82af627855d6a62..d9e6638fd6757421ac3644408ff4aeffe5bf1bef 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptStreamer.h |
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptStreamer.h |
@@ -5,12 +5,13 @@ |
#ifndef ScriptStreamer_h |
#define ScriptStreamer_h |
+#include <memory> |
+ |
#include "core/CoreExport.h" |
#include "platform/heap/Handle.h" |
+#include "v8/include/v8.h" |
#include "wtf/Noncopyable.h" |
#include "wtf/text/WTFString.h" |
-#include <memory> |
-#include <v8.h> |
namespace blink { |