Index: third_party/WebKit/Source/core/css/parser/CSSParserToken.cpp |
diff --git a/third_party/WebKit/Source/core/css/parser/CSSParserToken.cpp b/third_party/WebKit/Source/core/css/parser/CSSParserToken.cpp |
index ab202afea7411fb658bfe36acd5985b8e22dd42c..f898459d972312daf50e64aeab065071fcaae03a 100644 |
--- a/third_party/WebKit/Source/core/css/parser/CSSParserToken.cpp |
+++ b/third_party/WebKit/Source/core/css/parser/CSSParserToken.cpp |
@@ -4,12 +4,12 @@ |
#include "core/css/parser/CSSParserToken.h" |
+#include <limits.h> |
#include "core/css/CSSMarkup.h" |
#include "core/css/CSSPrimitiveValue.h" |
#include "core/css/parser/CSSPropertyParser.h" |
#include "wtf/HashMap.h" |
#include "wtf/text/StringBuilder.h" |
-#include <limits.h> |
namespace blink { |