| Index: Source/core/html/HTMLAudioElement.h
|
| diff --git a/Source/core/html/HTMLAudioElement.h b/Source/core/html/HTMLAudioElement.h
|
| index 131891e695365ff5ec0eda385d52a49e14c77b84..fc3996bbb0c169538cb7a401eeb98397aed6fbca 100644
|
| --- a/Source/core/html/HTMLAudioElement.h
|
| +++ b/Source/core/html/HTMLAudioElement.h
|
| @@ -41,7 +41,7 @@ public:
|
| private:
|
| HTMLAudioElement(const QualifiedName&, Document&, bool);
|
|
|
| - virtual bool isVideo() const { return false; }
|
| + virtual bool isVideo() const OVERRIDE { return false; }
|
| };
|
|
|
| } //namespace
|
|
|