| Index: Source/core/editing/MergeIdenticalElementsCommand.h
|
| diff --git a/Source/core/editing/MergeIdenticalElementsCommand.h b/Source/core/editing/MergeIdenticalElementsCommand.h
|
| index 0b1003d12fb053cf107da35d369aa02054275937..42dd8a843ee769f6041e1c7fafa50ef0f23171f9 100644
|
| --- a/Source/core/editing/MergeIdenticalElementsCommand.h
|
| +++ b/Source/core/editing/MergeIdenticalElementsCommand.h
|
| @@ -43,10 +43,6 @@ private:
|
| virtual void doApply() OVERRIDE;
|
| virtual void doUnapply() OVERRIDE;
|
|
|
| -#ifndef NDEBUG
|
| - virtual void getNodesInCommand(HashSet<Node*>&) OVERRIDE;
|
| -#endif
|
| -
|
| RefPtr<Element> m_element1;
|
| RefPtr<Element> m_element2;
|
| RefPtr<Node> m_atChild;
|
|
|