| Index: Source/core/editing/SetSelectionCommand.h
|
| diff --git a/Source/core/editing/SetSelectionCommand.h b/Source/core/editing/SetSelectionCommand.h
|
| index 2ba2014e4eeeb17e1714c6b5ea3a2aa0f5cc1900..b4f09afea2f78158fb773d239e3d29f2c3070f28 100644
|
| --- a/Source/core/editing/SetSelectionCommand.h
|
| +++ b/Source/core/editing/SetSelectionCommand.h
|
| @@ -44,10 +44,6 @@ private:
|
| virtual void doApply() OVERRIDE;
|
| virtual void doUnapply() OVERRIDE;
|
|
|
| -#ifndef NDEBUG
|
| - virtual void getNodesInCommand(HashSet<Node*>&) OVERRIDE { }
|
| -#endif
|
| -
|
| FrameSelection::SetSelectionOptions m_options;
|
| VisibleSelection m_selectionToSet;
|
| };
|
|
|