| Index: Source/core/html/HTMLVideoElement.h
|
| diff --git a/Source/core/html/HTMLVideoElement.h b/Source/core/html/HTMLVideoElement.h
|
| index 69ac1b16e13bd49b852e380971b51a62e2797264..64e03ad9f024ec41986d68f9c6cec1e0dff3a083 100644
|
| --- a/Source/core/html/HTMLVideoElement.h
|
| +++ b/Source/core/html/HTMLVideoElement.h
|
| @@ -72,7 +72,7 @@ private:
|
| 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 supportsFullscreen() const OVERRIDE;
|
| + bool supportsFullscreen() const;
|
| virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
|
| virtual const AtomicString imageSourceURL() const OVERRIDE;
|
|
|
|
|