Index: Source/core/dom/Node.cpp |
diff --git a/Source/core/dom/Node.cpp b/Source/core/dom/Node.cpp |
index 733c520ce69e728867b0972f945d802cbb6e8eca..ec1fbbdd4b7ec1166e7d28adec0653a39120f859 100644 |
--- a/Source/core/dom/Node.cpp |
+++ b/Source/core/dom/Node.cpp |
@@ -1308,9 +1308,6 @@ bool Node::isEqualNode(Node* other) const |
if (documentTypeThis->systemId() != documentTypeOther->systemId()) |
return false; |
- |
- if (documentTypeThis->internalSubset() != documentTypeOther->internalSubset()) |
- return false; |
} |
return true; |