| Index: Source/core/editing/MarkupFormatter.cpp
|
| diff --git a/Source/core/editing/MarkupFormatter.cpp b/Source/core/editing/MarkupFormatter.cpp
|
| index eede58c029cb3a5ea3d99ca45a44ca8717bfdb33..7c3cc45c8eb654824e7627b3c7828d1277b4dab0 100644
|
| --- a/Source/core/editing/MarkupFormatter.cpp
|
| +++ b/Source/core/editing/MarkupFormatter.cpp
|
| @@ -97,14 +97,6 @@ void MarkupFormatter::appendCharactersReplacingEntities(StringBuilder& result, c
|
| appendCharactersReplacingEntitiesInternal(result, source.characters16() + offset, length, entityMaps, WTF_ARRAY_LENGTH(entityMaps), entityMask);
|
| }
|
|
|
| -size_t MarkupFormatter::totalLength(const Vector<String>& strings)
|
| -{
|
| - size_t length = 0;
|
| - for (const auto& string : strings)
|
| - length += string.length();
|
| - return length;
|
| -}
|
| -
|
| MarkupFormatter::MarkupFormatter(EAbsoluteURLs resolveUrlsMethod, SerializationType serializationType)
|
| : m_resolveURLsMethod(resolveUrlsMethod)
|
| , m_serializationType(serializationType)
|
|
|