| Index: Source/core/html/HTMLAreaElement.h
|
| diff --git a/Source/core/html/HTMLAreaElement.h b/Source/core/html/HTMLAreaElement.h
|
| index 1c736092b630aa33813dc985ed0c473c307695a7..01cc8aa7cde189c182370ca6afb1ded530fb4350 100644
|
| --- a/Source/core/html/HTMLAreaElement.h
|
| +++ b/Source/core/html/HTMLAreaElement.h
|
| @@ -51,7 +51,7 @@ private:
|
|
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
| virtual bool supportsFocus() const;
|
| - virtual String target() const;
|
| + virtual AtomicString target() const OVERRIDE;
|
| virtual bool isKeyboardFocusable() const OVERRIDE;
|
| virtual bool isMouseFocusable() const;
|
| virtual bool rendererIsFocusable() const OVERRIDE;
|
|
|