| Index: Source/core/editing/RemoveCSSPropertyCommand.h
|
| diff --git a/Source/core/editing/RemoveCSSPropertyCommand.h b/Source/core/editing/RemoveCSSPropertyCommand.h
|
| index d64a71b4f82c467f7051afe590697f45e2683dfd..85d61566055a93be5d5fd831e40332aa052d680a 100644
|
| --- a/Source/core/editing/RemoveCSSPropertyCommand.h
|
| +++ b/Source/core/editing/RemoveCSSPropertyCommand.h
|
| @@ -47,10 +47,6 @@ private:
|
| virtual void doApply() OVERRIDE;
|
| virtual void doUnapply() OVERRIDE;
|
|
|
| -#ifndef NDEBUG
|
| - virtual void getNodesInCommand(HashSet<Node*>&) OVERRIDE;
|
| -#endif
|
| -
|
| RefPtr<Element> m_element;
|
| CSSPropertyID m_property;
|
| String m_oldValue;
|
|
|