| Index: Source/core/editing/InsertNodeBeforeCommand.h
|
| diff --git a/Source/core/editing/InsertNodeBeforeCommand.h b/Source/core/editing/InsertNodeBeforeCommand.h
|
| index 8e4b440d7b2b1b66809b0aea63293275c42fa360..6fc3b3c55b5b6de7fbe162c0f69218eefd68ffac 100644
|
| --- a/Source/core/editing/InsertNodeBeforeCommand.h
|
| +++ b/Source/core/editing/InsertNodeBeforeCommand.h
|
| @@ -44,10 +44,6 @@ private:
|
| virtual void doApply() OVERRIDE;
|
| virtual void doUnapply() OVERRIDE;
|
|
|
| -#ifndef NDEBUG
|
| - virtual void getNodesInCommand(HashSet<Node*>&) OVERRIDE;
|
| -#endif
|
| -
|
| RefPtr<Node> m_insertChild;
|
| RefPtr<Node> m_refChild;
|
| ShouldAssumeContentIsAlwaysEditable m_shouldAssumeContentIsAlwaysEditable;
|
|
|