Bug 1262767 - NS_ERROR_FAILURE in nsITelemetry.getKeyedHistogramById when opening miniclip.com. r=bsmedberg

This commit is contained in:
Tobias Schneider 2016-04-07 10:46:00 -04:00
parent 1c7872d0af
commit 3c055f2e07

View File

@ -427,7 +427,7 @@ PluginContent.prototype = {
shouldShowNotification = true;
let pluginRect = plugin.getBoundingClientRect();
if (pluginRect.width <= 5 && pluginRect.height <= 5) {
Services.telemetry.getKeyedHistogramById('PLUGIN_TINY_CONTENT').add(key);
Services.telemetry.getHistogramById('PLUGIN_TINY_CONTENT').add(1);
}
break;
}