| Index: Source/core/html/HTMLVideoElement.cpp
|
| diff --git a/Source/core/html/HTMLVideoElement.cpp b/Source/core/html/HTMLVideoElement.cpp
|
| index b87879dbedb3e24cc39eb1cec5a17da881e9e446..2d682ef225f47aee7f7c09e1156d050e475ac63d 100644
|
| --- a/Source/core/html/HTMLVideoElement.cpp
|
| +++ b/Source/core/html/HTMLVideoElement.cpp
|
| @@ -122,7 +122,7 @@ bool HTMLVideoElement::supportsFullscreen() const
|
| if (!document().page())
|
| return false;
|
|
|
| - if (!player() || !player()->supportsFullscreen())
|
| + if (!player())
|
| return false;
|
|
|
| return true;
|
|
|