Index: third_party/WebKit/Source/bindings/core/v8/ScriptModule.h |
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptModule.h b/third_party/WebKit/Source/bindings/core/v8/ScriptModule.h |
index 8fdb3a452a48cba2293d2cd6692be92ccad2c6ee..f6b1741d17b6fed52f8ccebe3abd2332a0ac4c3f 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptModule.h |
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptModule.h |
@@ -5,12 +5,12 @@ |
#ifndef ScriptModule_h |
#define ScriptModule_h |
+#include <v8.h> |
#include "bindings/core/v8/ScriptState.h" |
#include "bindings/core/v8/SharedPersistent.h" |
#include "core/CoreExport.h" |
#include "wtf/Allocator.h" |
#include "wtf/text/WTFString.h" |
-#include <v8.h> |
namespace blink { |