| Index: Source/core/editing/MarkupAccumulator.cpp
|
| diff --git a/Source/core/editing/MarkupAccumulator.cpp b/Source/core/editing/MarkupAccumulator.cpp
|
| index a7b7a5dfef428edb629256ee1d42217ec8a30104..f285db3af926282e8cdca1ae48962ccef479c53a 100644
|
| --- a/Source/core/editing/MarkupAccumulator.cpp
|
| +++ b/Source/core/editing/MarkupAccumulator.cpp
|
| @@ -96,7 +96,7 @@ void MarkupAccumulator::appendCharactersReplacingEntities(StringBuilder& result,
|
| appendCharactersReplacingEntitiesInternal(result, source.characters16() + offset, length, entityMaps, WTF_ARRAY_LENGTH(entityMaps), entityMask);
|
| }
|
|
|
| -MarkupAccumulator::MarkupAccumulator(Vector<Node*>* nodes, EAbsoluteURLs resolveUrlsMethod, const Range* range, SerializationType serializationType)
|
| +MarkupAccumulator::MarkupAccumulator(WillBeHeapVector<RawPtrWillBeMember<Node> >* nodes, EAbsoluteURLs resolveUrlsMethod, RawPtr<const Range> range, SerializationType serializationType)
|
| : m_nodes(nodes)
|
| , m_range(range)
|
| , m_resolveURLsMethod(resolveUrlsMethod)
|
|
|