Bug 721626 - Video controls' fullscreen button exits fullscreen when in a fullscreen document. r=gavin

This commit is contained in:
Jared Wein 2012-01-27 17:03:22 -08:00
parent 2dc096b3c1
commit 1b2b2fe73a

View File

@ -939,7 +939,7 @@
},
isVideoInFullScreen : function () {
return document.mozFullScreenElement != null;
return document.mozFullScreenElement == this.video;
},
toggleFullscreen : function () {