| Index: Source/core/html/HTMLVideoElement.h
|
| diff --git a/Source/core/html/HTMLVideoElement.h b/Source/core/html/HTMLVideoElement.h
|
| index 40960b1b4489e6d91fdc778c1003860d08223c8b..482faa959e671279d54fce1c064dadf38e18bf4b 100644
|
| --- a/Source/core/html/HTMLVideoElement.h
|
| +++ b/Source/core/html/HTMLVideoElement.h
|
| @@ -32,7 +32,7 @@ namespace WebCore {
|
|
|
| class HTMLImageLoader;
|
|
|
| -class HTMLVideoElement : public HTMLMediaElement {
|
| +class HTMLVideoElement FINAL : public HTMLMediaElement {
|
| public:
|
| static PassRefPtr<HTMLVideoElement> create(const QualifiedName&, Document*, bool);
|
|
|
|
|