| Index: Source/core/html/HTMLVideoElement.h
|
| diff --git a/Source/core/html/HTMLVideoElement.h b/Source/core/html/HTMLVideoElement.h
|
| index 02e82e1b0e39714f8fab85d84326e5eda2ce8f40..b4d92d1096090a850897b8e4478020889359f2cc 100644
|
| --- a/Source/core/html/HTMLVideoElement.h
|
| +++ b/Source/core/html/HTMLVideoElement.h
|
| @@ -78,7 +78,6 @@ private:
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
| virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
|
| virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
|
| - virtual bool isVideo() const OVERRIDE { return true; }
|
| virtual bool hasVideo() const OVERRIDE { return player() && player()->hasVideo(); }
|
| virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
|
| virtual const AtomicString imageSourceURL() const OVERRIDE;
|
|
|