| Index: Source/core/html/HTMLBodyElement.h
|
| diff --git a/Source/core/html/HTMLBodyElement.h b/Source/core/html/HTMLBodyElement.h
|
| index 5fc23e536cf2cbeb67c8a1957ab9e3abf3cfcce6..99dc13a36cffb7084f5401b6734d7c3e6a664dae 100644
|
| --- a/Source/core/html/HTMLBodyElement.h
|
| +++ b/Source/core/html/HTMLBodyElement.h
|
| @@ -67,7 +67,7 @@ public:
|
| DEFINE_WINDOW_ATTRIBUTE_EVENT_LISTENER(orientationchange);
|
| #endif
|
|
|
| - virtual void acceptHeapVisitor(Visitor* visitor) const { HTMLElement::acceptHeapVisitor(visitor); }
|
| + virtual void acceptHeapVisitor(Visitor*) const OVERRIDE;
|
|
|
| private:
|
| HTMLBodyElement(const QualifiedName&, Handle<Document>);
|
|
|