Bug 1461672 - Remove Telemetry probe added to tune the JSBC. r=francois,bkelly

This commit is contained in:
Nicolas B. Pierron
2018-05-21 13:40:04 +00:00
parent b849a84e33
commit d363dfafb0
7 changed files with 7 additions and 250 deletions

View File

@@ -163,11 +163,6 @@ ScriptLoadHandler::EnsureDecoder(nsIIncrementalStreamLoader* aLoader,
if (!EnsureDecoder(aLoader, aData, aDataLength, aEndOfStream, charset)) {
return false;
}
if (charset.Length() == 0) {
charset = "?";
}
mozilla::Telemetry::Accumulate(mozilla::Telemetry::DOM_SCRIPT_SRC_ENCODING,
charset);
return true;
}