| Index: Source/core/html/HTMLMediaSource.h
|
| diff --git a/Source/core/html/HTMLMediaSource.h b/Source/core/html/HTMLMediaSource.h
|
| index 10183f339b6bea7967f6d4765a6eb011604daee9..bddad0b976b2a31cb7088132bfa5926109815277 100644
|
| --- a/Source/core/html/HTMLMediaSource.h
|
| +++ b/Source/core/html/HTMLMediaSource.h
|
| @@ -73,7 +73,7 @@ public:
|
| #endif
|
|
|
| // URLRegistrable
|
| - virtual URLRegistry& registry() const OVERRIDE { return *s_registry; }
|
| + virtual URLRegistry& registry() const override { return *s_registry; }
|
|
|
| private:
|
| static URLRegistry* s_registry;
|
|
|