Index: Source/core/html/parser/HTMLParserIdioms.cpp |
diff --git a/Source/core/html/parser/HTMLParserIdioms.cpp b/Source/core/html/parser/HTMLParserIdioms.cpp |
index 8931884c668249d0ae23e5b7ad2c944c2b2d2def..3eb18fef32be8ac415ae6e2b77b9f7f4a5d9bc87 100644 |
--- a/Source/core/html/parser/HTMLParserIdioms.cpp |
+++ b/Source/core/html/parser/HTMLParserIdioms.cpp |
@@ -25,10 +25,10 @@ |
#include "config.h" |
#include "HTMLParserIdioms.h" |
-#include "Decimal.h" |
+#include <limits> |
#include "HTMLIdentifier.h" |
#include "QualifiedName.h" |
-#include <limits> |
+#include "core/platform/Decimal.h" |
#include <wtf/MathExtras.h> |
#include <wtf/text/AtomicString.h> |
#include <wtf/text/StringBuilder.h> |