| Index: Source/core/html/HTMLFormElement.h
|
| diff --git a/Source/core/html/HTMLFormElement.h b/Source/core/html/HTMLFormElement.h
|
| index ef1520be1c29ac53e4e27dfb5da256643b926cb3..5242fba3a554ace2dcde8f152077455e377f4eef 100644
|
| --- a/Source/core/html/HTMLFormElement.h
|
| +++ b/Source/core/html/HTMLFormElement.h
|
| @@ -90,7 +90,7 @@ public:
|
| String method() const;
|
| void setMethod(const AtomicString&);
|
|
|
| - virtual String target() const;
|
| + virtual AtomicString target() const OVERRIDE;
|
|
|
| bool wasUserSubmitted() const;
|
|
|
|
|