Index: third_party/WebKit/Source/bindings/core/v8/RemoteWindowProxy.cpp |
diff --git a/third_party/WebKit/Source/bindings/core/v8/RemoteWindowProxy.cpp b/third_party/WebKit/Source/bindings/core/v8/RemoteWindowProxy.cpp |
index 2bbdba30a46b62d2e403ef57e45e83b5f0e06349..211940629e305f26f107bfc1279ce487967978f7 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/RemoteWindowProxy.cpp |
+++ b/third_party/WebKit/Source/bindings/core/v8/RemoteWindowProxy.cpp |
@@ -30,6 +30,10 @@ |
#include "bindings/core/v8/WindowProxy.h" |
+#include <v8-debug.h> |
+#include <v8.h> |
+#include <algorithm> |
+#include <utility> |
#include "bindings/core/v8/ConditionalFeatures.h" |
#include "bindings/core/v8/DOMWrapperWorld.h" |
#include "bindings/core/v8/ScriptController.h" |
@@ -67,10 +71,6 @@ |
#include "wtf/Assertions.h" |
#include "wtf/StringExtras.h" |
#include "wtf/text/CString.h" |
-#include <algorithm> |
-#include <utility> |
-#include <v8-debug.h> |
-#include <v8.h> |
namespace blink { |