Index: Source/core/html/parser/HTMLSrcsetParser.cpp |
diff --git a/Source/core/html/parser/HTMLSrcsetParser.cpp b/Source/core/html/parser/HTMLSrcsetParser.cpp |
index 5a7b652ff6441fd482e4709ba11fc0861ad222a6..db1edd1bb6d30a7d9debb22f7f2393a16bd479cb 100644 |
--- a/Source/core/html/parser/HTMLSrcsetParser.cpp |
+++ b/Source/core/html/parser/HTMLSrcsetParser.cpp |
@@ -287,7 +287,7 @@ static void parseImageCandidatesFromSrcsetAttribute(const String& attribute, con |
if (imageURLStart == imageURLEnd) |
continue; |
} else { |
- skipWhile<CharType, isHTMLSpace<CharType> >(position, attributeEnd); |
+ skipWhile<CharType, isHTMLSpace<CharType>>(position, attributeEnd); |
Vector<DescriptorToken> descriptorTokens; |
tokenizeDescriptors(attributeStart, position, attributeEnd, descriptorTokens); |
// Contrary to spec language - descriptor parsing happens on each candidate. |