Index: third_party/WebKit/Source/core/html/ImageDocument.cpp |
diff --git a/third_party/WebKit/Source/core/html/ImageDocument.cpp b/third_party/WebKit/Source/core/html/ImageDocument.cpp |
index 7d03d3641c5d423d4e963ec3100dc50700e2096c..ed5a70c825c27c32d8fe3adfe53a2da453cbf6eb 100644 |
--- a/third_party/WebKit/Source/core/html/ImageDocument.cpp |
+++ b/third_party/WebKit/Source/core/html/ImageDocument.cpp |
@@ -24,6 +24,7 @@ |
#include "core/html/ImageDocument.h" |
+#include <limits> |
#include "bindings/core/v8/ExceptionState.h" |
#include "core/HTMLNames.h" |
#include "core/dom/RawDataDocumentParser.h" |
@@ -51,7 +52,6 @@ |
#include "core/page/Page.h" |
#include "platform/HostWindow.h" |
#include "wtf/text/StringBuilder.h" |
-#include <limits> |
using namespace std; |