Bug 1201374 - followup, check for DOM fullscreen. r=xidorn

This commit is contained in:
Jared Wein 2015-09-08 16:56:13 -04:00
parent 39209e064f
commit e8fe625120

View File

@ -96,7 +96,7 @@ var FullScreen = {
TabsInTitlebar.updateAppearance(true);
}
if (enterFS) {
if (enterFS && !document.mozFullScreen) {
Services.telemetry.getHistogramById("FX_BROWSER_FULLSCREEN_USED")
.add(1);
}