Index: Source/core/dom/Node.cpp |
diff --git a/Source/core/dom/Node.cpp b/Source/core/dom/Node.cpp |
index 1169be0c66cc58c552ef43f119598ae25667a63b..6e05eb9896d7b5d18eaf9846f4b7a221340bfa72 100644 |
--- a/Source/core/dom/Node.cpp |
+++ b/Source/core/dom/Node.cpp |
@@ -1328,8 +1328,6 @@ bool Node::isEqualNode(Node* other) const |
if (documentTypeThis->internalSubset() != documentTypeOther->internalSubset()) |
return false; |
- |
- // FIXME: We don't compare entities or notations because currently both are always empty. |
} |
return true; |