| Index: Source/core/editing/DeleteFromTextNodeCommand.h
|
| diff --git a/Source/core/editing/DeleteFromTextNodeCommand.h b/Source/core/editing/DeleteFromTextNodeCommand.h
|
| index 688c11707e345770631eb658e8599b22bb2704f4..192e8a9065031d7e4106f9deaf1f2fd413acc332 100644
|
| --- a/Source/core/editing/DeleteFromTextNodeCommand.h
|
| +++ b/Source/core/editing/DeleteFromTextNodeCommand.h
|
| @@ -45,10 +45,6 @@ private:
|
| virtual void doApply() OVERRIDE;
|
| virtual void doUnapply() OVERRIDE;
|
|
|
| -#ifndef NDEBUG
|
| - virtual void getNodesInCommand(HashSet<Node*>&) OVERRIDE;
|
| -#endif
|
| -
|
| RefPtr<Text> m_node;
|
| unsigned m_offset;
|
| unsigned m_count;
|
|
|