Chromium Code Reviews| Index: Source/core/html/MediaDocument.h |
| diff --git a/Source/core/html/MediaDocument.h b/Source/core/html/MediaDocument.h |
| index 66e45b2d268d1860b55957a9cf68c926e31c0a62..4334847272332e44311ae767e86af17599e46358 100644 |
| --- a/Source/core/html/MediaDocument.h |
| +++ b/Source/core/html/MediaDocument.h |
| @@ -30,7 +30,7 @@ |
| namespace WebCore { |
| -class MediaDocument : public HTMLDocument { |
| +class MediaDocument FINAL : public HTMLDocument { |
| public: |
| static PassRefPtr<MediaDocument> create(Frame* frame, const KURL& url) |
| { |