Index: Source/core/editing/MarkupAccumulator.cpp |
diff --git a/Source/core/editing/MarkupAccumulator.cpp b/Source/core/editing/MarkupAccumulator.cpp |
index 6f6c9d73f8f132e7d121a7f8e79dae419a48f8d1..a7b7a5dfef428edb629256ee1d42217ec8a30104 100644 |
--- a/Source/core/editing/MarkupAccumulator.cpp |
+++ b/Source/core/editing/MarkupAccumulator.cpp |
@@ -367,11 +367,6 @@ void MarkupAccumulator::appendDocumentType(StringBuilder& result, const Document |
result.append(n.systemId()); |
result.append('"'); |
} |
- if (!n.internalSubset().isEmpty()) { |
- result.appendLiteral(" ["); |
- result.append(n.internalSubset()); |
- result.append(']'); |
- } |
result.append('>'); |
} |