Index: third_party/WebKit/Source/bindings/core/v8/ToV8.h |
diff --git a/third_party/WebKit/Source/bindings/core/v8/ToV8.h b/third_party/WebKit/Source/bindings/core/v8/ToV8.h |
index 3e1503a676aaa3c898bc22ef452a562ab255a9a7..27f082867a3fb8a6aa7f7672546273953ee7fe66 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/ToV8.h |
+++ b/third_party/WebKit/Source/bindings/core/v8/ToV8.h |
@@ -8,6 +8,8 @@ |
// ToV8() provides C++ -> V8 conversion. Note that ToV8() can return an empty |
// handle. Call sites must check IsEmpty() before using return value. |
+#include <v8.h> |
+#include <utility> |
#include "bindings/core/v8/DOMDataStore.h" |
#include "bindings/core/v8/IDLDictionaryBase.h" |
#include "bindings/core/v8/ScriptState.h" |
@@ -17,8 +19,6 @@ |
#include "core/CoreExport.h" |
#include "platform/heap/Handle.h" |
#include "wtf/Forward.h" |
-#include <utility> |
-#include <v8.h> |
namespace blink { |