| Index: Source/core/editing/InsertIntoTextNodeCommand.h
|
| diff --git a/Source/core/editing/InsertIntoTextNodeCommand.h b/Source/core/editing/InsertIntoTextNodeCommand.h
|
| index d8eea7aad43ecae1d3919de48450d5d1ca8bbd87..9764aa878d7269076f3e2624f11fd4c126d961c4 100644
|
| --- a/Source/core/editing/InsertIntoTextNodeCommand.h
|
| +++ b/Source/core/editing/InsertIntoTextNodeCommand.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;
|
| String m_text;
|
|
|