Index: third_party/WebKit/Source/bindings/core/v8/Dictionary.h |
diff --git a/third_party/WebKit/Source/bindings/core/v8/Dictionary.h b/third_party/WebKit/Source/bindings/core/v8/Dictionary.h |
index 1f182cf9bca1750304db864f7342037d67c98dc9..8eee1f80c5fb3031968a588dcc35d5056a35354f 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/Dictionary.h |
+++ b/third_party/WebKit/Source/bindings/core/v8/Dictionary.h |
@@ -26,6 +26,7 @@ |
#ifndef Dictionary_h |
#define Dictionary_h |
+#include <v8.h> |
#include "bindings/core/v8/DictionaryIterator.h" |
#include "bindings/core/v8/Nullable.h" |
#include "bindings/core/v8/V8Binding.h" |
@@ -33,7 +34,6 @@ |
#include "wtf/HashMap.h" |
#include "wtf/Vector.h" |
#include "wtf/text/StringView.h" |
-#include <v8.h> |
namespace blink { |