| Index: Source/core/fetch/DocumentResource.h
|
| diff --git a/Source/core/fetch/DocumentResource.h b/Source/core/fetch/DocumentResource.h
|
| index b403efe0e08be5c5c2c64fd80b2a76352e0df4e4..d7505c5d8204b9cd2d85b80f9cb62aeeb2a66995 100644
|
| --- a/Source/core/fetch/DocumentResource.h
|
| +++ b/Source/core/fetch/DocumentResource.h
|
| @@ -32,7 +32,7 @@ namespace WebCore {
|
|
|
| class Document;
|
|
|
| -class DocumentResource : public Resource {
|
| +class DocumentResource FINAL : public Resource {
|
| public:
|
| typedef ResourceClient ClientType;
|
|
|
| @@ -41,8 +41,8 @@ public:
|
|
|
| Document* document() const { return m_document.get(); }
|
|
|
| - virtual void setEncoding(const String&);
|
| - virtual String encoding() const;
|
| + virtual void setEncoding(const String&) OVERRIDE;
|
| + virtual String encoding() const OVERRIDE;
|
| virtual void checkNotify() OVERRIDE;
|
|
|
| private:
|
|
|