summaryrefslogtreecommitdiff
path: root/layout/style
diff options
context:
space:
mode:
authoradeshkp <adeshkp@users.noreply.github.com>2019-01-12 06:20:31 -0500
committeradeshkp <adeshkp@users.noreply.github.com>2019-01-12 06:20:31 -0500
commitdc077244244b97eb947672d446b4511be357eedd (patch)
treeeced0f22032c4f01229ac0a18b9ffb6219cea309 /layout/style
parenta3879a0a2674f17fd5e4ef0a9d66d41c8814a29f (diff)
downloaduxp-dc077244244b97eb947672d446b4511be357eedd.tar.gz
Telemetry: Remove stubs and related code
Diffstat (limited to 'layout/style')
-rw-r--r--layout/style/ImageLoader.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/layout/style/ImageLoader.cpp b/layout/style/ImageLoader.cpp
index 0a605abc99..a26a1741aa 100644
--- a/layout/style/ImageLoader.cpp
+++ b/layout/style/ImageLoader.cpp
@@ -519,9 +519,6 @@ ImageLoader::FlushUseCounters()
nsCOMPtr<imgIContainer> container;
request->GetImage(getter_AddRefs(container));
- if (container) {
- static_cast<image::Image*>(container.get())->ReportUseCounters();
- }
}
}