Index: third_party/WebKit/Source/core/html/parser/HTMLParserIdiomsTest.cpp |
diff --git a/third_party/WebKit/Source/core/html/parser/HTMLParserIdiomsTest.cpp b/third_party/WebKit/Source/core/html/parser/HTMLParserIdiomsTest.cpp |
index 1bb5f2e7fdaf63353b77d9c795bd5e57ef08d18b..0c5b063b7b48273fd324372aa44bfc72c30cd1f5 100644 |
--- a/third_party/WebKit/Source/core/html/parser/HTMLParserIdiomsTest.cpp |
+++ b/third_party/WebKit/Source/core/html/parser/HTMLParserIdiomsTest.cpp |
@@ -13,7 +13,7 @@ namespace { |
TEST(HTMLParserIdiomsTest, ParseHTMLListOfFloatingPointNumbers_null) |
{ |
Vector<double> numbers = parseHTMLListOfFloatingPointNumbers(nullAtom); |
- EXPECT_EQ(numbers.size(), 0u); |
+ EXPECT_EQ(0u, numbers.size()); |
} |
} // namespace |