| Index: Source/core/html/HTMLVideoElement.cpp
|
| diff --git a/Source/core/html/HTMLVideoElement.cpp b/Source/core/html/HTMLVideoElement.cpp
|
| index ded6f09305a1106a5ae5cf25a853ca4cd04aa459..9b895cc80e2102dba710756da17d079a96848ba6 100644
|
| --- a/Source/core/html/HTMLVideoElement.cpp
|
| +++ b/Source/core/html/HTMLVideoElement.cpp
|
| @@ -227,7 +227,7 @@ void HTMLVideoElement::webkitEnterFullscreen(ExceptionState& es)
|
| // Generate an exception if this isn't called in response to a user gesture, or if the
|
| // element does not support fullscreen.
|
| if ((userGestureRequiredForFullscreen() && !ScriptController::processingUserGesture()) || !supportsFullscreen()) {
|
| - es.throwDOMException(InvalidStateError);
|
| + es.throwUninformativeAndGenericDOMException(InvalidStateError);
|
| return;
|
| }
|
|
|
|
|