mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 11:26:09 +00:00
Bug 1262767 - NS_ERROR_FAILURE in nsITelemetry.getKeyedHistogramById when opening miniclip.com. r=bsmedberg
This commit is contained in:
parent
1c7872d0af
commit
3c055f2e07
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user