| Index: Source/core/editing/SplitTextNodeCommand.h
|
| diff --git a/Source/core/editing/SplitTextNodeCommand.h b/Source/core/editing/SplitTextNodeCommand.h
|
| index 36503c1080a06ff70f0eae50a079a16efdea30f0..27e0cb414ad3f49dd82ca8be0711892d9919ee7b 100644
|
| --- a/Source/core/editing/SplitTextNodeCommand.h
|
| +++ b/Source/core/editing/SplitTextNodeCommand.h
|
| @@ -47,10 +47,6 @@ private:
|
| virtual void doReapply() OVERRIDE;
|
| void insertText1AndTrimText2();
|
|
|
| -#ifndef NDEBUG
|
| - virtual void getNodesInCommand(HashSet<Node*>&) OVERRIDE;
|
| -#endif
|
| -
|
| RefPtr<Text> m_text1;
|
| RefPtr<Text> m_text2;
|
| unsigned m_offset;
|
|
|