| Index: Source/core/xml/XMLSerializer.cpp
|
| diff --git a/Source/core/xml/XMLSerializer.cpp b/Source/core/xml/XMLSerializer.cpp
|
| index 11e9cd628717a101f06e7bd456ae5a3bb4032825..93aba3794a65529ae85d09934eeff31f3d309f64 100644
|
| --- a/Source/core/xml/XMLSerializer.cpp
|
| +++ b/Source/core/xml/XMLSerializer.cpp
|
| @@ -36,7 +36,7 @@ String XMLSerializer::serializeToString(Node* node, ExceptionState& exceptionSta
|
| return String();
|
| }
|
|
|
| - MarkupAccumulator accumulator(0, DoNotResolveURLs, 0, ForcedXML);
|
| + MarkupAccumulator accumulator(0, DoNotResolveURLs, nullptr, ForcedXML);
|
| return accumulator.serializeNodes(*node, IncludeNode);
|
| }
|
|
|
|
|