Index: third_party/WebKit/Source/bindings/core/v8/V0CustomElementConstructorBuilder.h |
diff --git a/third_party/WebKit/Source/bindings/core/v8/V0CustomElementConstructorBuilder.h b/third_party/WebKit/Source/bindings/core/v8/V0CustomElementConstructorBuilder.h |
index dcc3f56373a94072ed350f9547f7aae83dbda5ea..74bc79bf09d3f9e431ccedc51cdcc8fa70508b3b 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/V0CustomElementConstructorBuilder.h |
+++ b/third_party/WebKit/Source/bindings/core/v8/V0CustomElementConstructorBuilder.h |
@@ -31,6 +31,7 @@ |
#ifndef V0CustomElementConstructorBuilder_h |
#define V0CustomElementConstructorBuilder_h |
+#include <v8.h> |
#include "bindings/core/v8/ScriptValue.h" |
#include "bindings/core/v8/V8V0CustomElementLifecycleCallbacks.h" |
#include "core/dom/QualifiedName.h" |
@@ -38,7 +39,6 @@ |
#include "wtf/PassRefPtr.h" |
#include "wtf/RefPtr.h" |
#include "wtf/text/AtomicString.h" |
-#include <v8.h> |
namespace blink { |