| Index: Source/web/WebElement.cpp
|
| diff --git a/Source/web/WebElement.cpp b/Source/web/WebElement.cpp
|
| index afd593b03e397b2f647aef71fdb82686b28600c1..74d7fe6a8759a8985d239e77c3f51f4c127d90b5 100644
|
| --- a/Source/web/WebElement.cpp
|
| +++ b/Source/web/WebElement.cpp
|
| @@ -141,7 +141,7 @@ WebString WebElement::computeInheritedLanguage() const
|
| void WebElement::requestFullScreen()
|
| {
|
| Element* element = unwrap<Element>();
|
| - Fullscreen::from(element->document()).requestFullscreen(*element, Fullscreen::PrefixedMozillaAllowKeyboardInputRequest);
|
| + Fullscreen::from(element->document()).requestFullscreen(*element, Fullscreen::PrefixedRequest);
|
| }
|
|
|
| WebRect WebElement::boundsInViewportSpace()
|
|
|