| Index: Source/core/editing/EditCommand.cpp
|
| diff --git a/Source/core/editing/EditCommand.cpp b/Source/core/editing/EditCommand.cpp
|
| index 824beafb0aefed09ead4bb9ba9721d343a9b9a57..7fdf04e5bfcf8cf3d63faeced988c398da7f150f 100644
|
| --- a/Source/core/editing/EditCommand.cpp
|
| +++ b/Source/core/editing/EditCommand.cpp
|
| @@ -110,12 +110,4 @@ void SimpleEditCommand::doReapply()
|
| doApply();
|
| }
|
|
|
| -#ifndef NDEBUG
|
| -void SimpleEditCommand::addNodeAndDescendants(Node* startNode, HashSet<Node*>& nodes)
|
| -{
|
| - for (Node* node = startNode; node; node = NodeTraversal::next(node, startNode))
|
| - nodes.add(node);
|
| -}
|
| -#endif
|
| -
|
| } // namespace WebCore
|
|
|