| Index: Source/core/editing/MarkupAccumulator.cpp
|
| diff --git a/Source/core/editing/MarkupAccumulator.cpp b/Source/core/editing/MarkupAccumulator.cpp
|
| index 09769d4fbe54a054446f9464043b08e080de6e55..dc08c42de75994243bea07922ae34bdc044a2fd5 100644
|
| --- a/Source/core/editing/MarkupAccumulator.cpp
|
| +++ b/Source/core/editing/MarkupAccumulator.cpp
|
| @@ -514,7 +514,7 @@ bool MarkupAccumulator::shouldSelfClose(const Element& element) const
|
|
|
| bool MarkupAccumulator::serializeAsHTMLDocument(const Node& node) const
|
| {
|
| - if (m_serializationType == ForcedXML)
|
| + if (m_serializationType == SerializationType::ForcedXML)
|
| return false;
|
| return node.document().isHTMLDocument();
|
| }
|
|
|