| Index: Source/core/html/HTMLHRElement.h
|
| diff --git a/Source/core/html/HTMLHRElement.h b/Source/core/html/HTMLHRElement.h
|
| index 6dd9bf7f5e5ad699187dcf6161780e38fac377cf..130c78f9f7d757cc8c6c5fc38fd42e75c72357c4 100644
|
| --- a/Source/core/html/HTMLHRElement.h
|
| +++ b/Source/core/html/HTMLHRElement.h
|
| @@ -34,7 +34,7 @@ public:
|
|
|
| virtual bool canContainRangeEndPoint() const { return hasChildNodes(); }
|
|
|
| - virtual void acceptHeapVisitor(Visitor* visitor) const { HTMLElement::acceptHeapVisitor(visitor); }
|
| + virtual void acceptHeapVisitor(Visitor*) const OVERRIDE;
|
|
|
| private:
|
| HTMLHRElement(const QualifiedName&, Handle<Document>);
|
|
|