| Index: Source/core/editing/SetNodeAttributeCommand.h
|
| diff --git a/Source/core/editing/SetNodeAttributeCommand.h b/Source/core/editing/SetNodeAttributeCommand.h
|
| index 6c218c5fa4d57a8151800bdc52c0b8f510ab34b0..5716b61dadcb2dfaab0230f724359bb43cf13d13 100644
|
| --- a/Source/core/editing/SetNodeAttributeCommand.h
|
| +++ b/Source/core/editing/SetNodeAttributeCommand.h
|
| @@ -44,10 +44,6 @@ private:
|
| virtual void doApply() OVERRIDE;
|
| virtual void doUnapply() OVERRIDE;
|
|
|
| -#ifndef NDEBUG
|
| - virtual void getNodesInCommand(HashSet<Node*>&) OVERRIDE;
|
| -#endif
|
| -
|
| RefPtr<Element> m_element;
|
| QualifiedName m_attribute;
|
| AtomicString m_value;
|
|
|