| Index: Source/core/html/HTMLBRElement.h
|
| diff --git a/Source/core/html/HTMLBRElement.h b/Source/core/html/HTMLBRElement.h
|
| index a7b0412060f84701e83b823cbfcfac3d7a38a5bc..276091c4556a28c2ab10ab0e1b68aefc2c952976 100644
|
| --- a/Source/core/html/HTMLBRElement.h
|
| +++ b/Source/core/html/HTMLBRElement.h
|
| @@ -35,7 +35,7 @@ public:
|
|
|
| virtual bool canContainRangeEndPoint() const { return false; }
|
|
|
| - virtual void acceptHeapVisitor(Visitor* visitor) const { HTMLElement::acceptHeapVisitor(visitor); }
|
| + virtual void acceptHeapVisitor(Visitor*) const OVERRIDE;
|
|
|
| private:
|
| HTMLBRElement(const QualifiedName&, Handle<Document>);
|
|
|