| Index: Source/core/editing/SplitElementCommand.h
|
| diff --git a/Source/core/editing/SplitElementCommand.h b/Source/core/editing/SplitElementCommand.h
|
| index c8738260b5225c435ac81bcf838aa0a7bce61f7a..a87b5a2098467d8915d7bee2d6e557704bef314e 100644
|
| --- a/Source/core/editing/SplitElementCommand.h
|
| +++ b/Source/core/editing/SplitElementCommand.h
|
| @@ -45,10 +45,6 @@ private:
|
| virtual void doReapply() OVERRIDE;
|
| void executeApply();
|
|
|
| -#ifndef NDEBUG
|
| - virtual void getNodesInCommand(HashSet<Node*>&) OVERRIDE;
|
| -#endif
|
| -
|
| RefPtr<Element> m_element1;
|
| RefPtr<Element> m_element2;
|
| RefPtr<Node> m_atChild;
|
|
|