| Index: Source/core/html/parser/HTMLConstructionSite.cpp
|
| diff --git a/Source/core/html/parser/HTMLConstructionSite.cpp b/Source/core/html/parser/HTMLConstructionSite.cpp
|
| index a650639fa9444a784131ea58e02cb400d0ec9756..d7512de8e3774ced9d94231a2bf87e731e59aa8f 100644
|
| --- a/Source/core/html/parser/HTMLConstructionSite.cpp
|
| +++ b/Source/core/html/parser/HTMLConstructionSite.cpp
|
| @@ -94,7 +94,7 @@ static unsigned textLengthLimitForContainer(const ContainerNode& node)
|
|
|
| static inline bool isAllWhitespace(const String& string)
|
| {
|
| - return string.isAllSpecialCharacters<isHTMLSpace<UChar> >();
|
| + return string.isAllSpecialCharacters<isHTMLSpace<UChar>>();
|
| }
|
|
|
| static inline void insert(HTMLConstructionSiteTask& task)
|
|
|