Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(664)

Unified Diff: Source/core/dom/Node.cpp

Issue 159513002: Remove Unused measure DocumentTypeEntities (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/dom/NamedNodeMap.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « Source/core/dom/NamedNodeMap.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698