Index: third_party/WebKit/Source/web/WebFrame.cpp |
diff --git a/third_party/WebKit/Source/web/WebFrame.cpp b/third_party/WebKit/Source/web/WebFrame.cpp |
index d59c8170970c2fb28bdc8fc58c94c931b261100f..df5ed0aaed555424b6569289e72e15ea7bbb0ad3 100644 |
--- a/third_party/WebKit/Source/web/WebFrame.cpp |
+++ b/third_party/WebKit/Source/web/WebFrame.cpp |
@@ -4,6 +4,7 @@ |
#include "public/web/WebFrame.h" |
+#include <algorithm> |
#include "bindings/core/v8/WindowProxyManager.h" |
#include "core/HTMLNames.h" |
#include "core/frame/FrameHost.h" |
@@ -22,7 +23,6 @@ |
#include "web/RemoteFrameOwner.h" |
#include "web/WebLocalFrameImpl.h" |
#include "web/WebRemoteFrameImpl.h" |
-#include <algorithm> |
namespace blink { |