Index: third_party/WebKit/Source/bindings/core/v8/V8Binding.h |
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8Binding.h b/third_party/WebKit/Source/bindings/core/v8/V8Binding.h |
index 3212b4a945e147807e9b17cd1b2ff87024102aab..8aebc886db0e555281d16f85d0fdaf6d02cc8502 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/V8Binding.h |
+++ b/third_party/WebKit/Source/bindings/core/v8/V8Binding.h |
@@ -32,6 +32,7 @@ |
#ifndef V8Binding_h |
#define V8Binding_h |
+#include <v8.h> |
#include "bindings/core/v8/DOMDataStore.h" |
#include "bindings/core/v8/DOMWrapperWorld.h" |
#include "bindings/core/v8/ExceptionMessages.h" |
@@ -50,7 +51,6 @@ |
#include "platform/heap/Handle.h" |
#include "wtf/text/AtomicString.h" |
#include "wtf/text/StringView.h" |
-#include <v8.h> |
namespace blink { |