Index: Source/core/dom/Node.cpp |
diff --git a/Source/core/dom/Node.cpp b/Source/core/dom/Node.cpp |
index d6a648772a8c29a04822de6ac13616bf02be98d8..56fb995d78a7033954fdda8b5b547b0d8d05500c 100644 |
--- a/Source/core/dom/Node.cpp |
+++ b/Source/core/dom/Node.cpp |
@@ -518,9 +518,6 @@ void Node::normalize() |
while (Node* firstChild = node->firstChild()) |
node = firstChild; |
while (node) { |
- if (node->isElementNode()) |
- toElement(node)->normalizeAttributes(); |
- |
if (node == this) |
break; |