| Index: Source/core/html/HTMLBaseElement.h
|
| diff --git a/Source/core/html/HTMLBaseElement.h b/Source/core/html/HTMLBaseElement.h
|
| index 39c8bfeadffa2151eda6f88771a778e9c25f50b2..aefca42b4ef44b89cbf4f7d1f67858b43e98c35b 100644
|
| --- a/Source/core/html/HTMLBaseElement.h
|
| +++ b/Source/core/html/HTMLBaseElement.h
|
| @@ -37,7 +37,7 @@ public:
|
| private:
|
| explicit HTMLBaseElement(Document&);
|
|
|
| - virtual String target() const;
|
| + virtual AtomicString target() const OVERRIDE;
|
| virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
| virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
|
|
|