Chromium Code Reviews| Index: Source/core/dom/Node.cpp |
| diff --git a/Source/core/dom/Node.cpp b/Source/core/dom/Node.cpp |
| index 16b4f8c3a3283a5661f9a68e76438efbc23abb70..e89a16c631f122871c876ca19ad0ad4313ac12f3 100644 |
| --- a/Source/core/dom/Node.cpp |
| +++ b/Source/core/dom/Node.cpp |
| @@ -505,7 +505,7 @@ void Node::normalize() |
| if (type == TEXT_NODE) |
| node = toText(node)->mergeNextSiblingNodesIfPossible(); |
| else |
| - node = NodeTraversal::nextPostOrder(node.get()); |
| + node = NodeTraversal::nextPostOrder(*node); |
| } |
| } |