Index: third_party/WebKit/Source/core/xml/XPathValue.cpp |
diff --git a/third_party/WebKit/Source/core/xml/XPathValue.cpp b/third_party/WebKit/Source/core/xml/XPathValue.cpp |
index 647394b92ae8317ef8ce5f56715c85bddbed4348..0ee22165db9d2b21d9a210295ab131e1733e9cc4 100644 |
--- a/third_party/WebKit/Source/core/xml/XPathValue.cpp |
+++ b/third_party/WebKit/Source/core/xml/XPathValue.cpp |
@@ -26,11 +26,11 @@ |
#include "core/xml/XPathValue.h" |
+#include <limits> |
#include "core/xml/XPathExpressionNode.h" |
#include "core/xml/XPathUtil.h" |
#include "wtf/MathExtras.h" |
#include "wtf/StdLibExtras.h" |
-#include <limits> |
namespace blink { |
namespace XPath { |