| Index: Source/core/html/MediaDocument.h
|
| diff --git a/Source/core/html/MediaDocument.h b/Source/core/html/MediaDocument.h
|
| index 101264dee886776900c68a326c6666f35b406ffb..c189796e81bb53476142dd4e4a3c174b8ed83472 100644
|
| --- a/Source/core/html/MediaDocument.h
|
| +++ b/Source/core/html/MediaDocument.h
|
| @@ -43,7 +43,6 @@ public:
|
| private:
|
| MediaDocument(Frame*, const KURL&);
|
|
|
| - virtual bool isMediaDocument() const { return true; }
|
| virtual PassRefPtr<DocumentParser> createParser();
|
|
|
| virtual void defaultEventHandler(Event*);
|
|
|