| Index: Source/core/editing/AppendNodeCommand.h
|
| diff --git a/Source/core/editing/AppendNodeCommand.h b/Source/core/editing/AppendNodeCommand.h
|
| index 5587d67b7ab8e94e9fcdf7a9d7b7eb8a73852fa3..1f7a5aeb919514fadf22aebc6ab2e42133777c33 100644
|
| --- a/Source/core/editing/AppendNodeCommand.h
|
| +++ b/Source/core/editing/AppendNodeCommand.h
|
| @@ -43,10 +43,6 @@ private:
|
| virtual void doApply() OVERRIDE;
|
| virtual void doUnapply() OVERRIDE;
|
|
|
| -#ifndef NDEBUG
|
| - virtual void getNodesInCommand(HashSet<Node*>&) OVERRIDE;
|
| -#endif
|
| -
|
| RefPtr<ContainerNode> m_parent;
|
| RefPtr<Node> m_node;
|
| };
|
|
|