diff options
author | adeshkp <adeshkp@users.noreply.github.com> | 2019-01-12 06:20:31 -0500 |
---|---|---|
committer | adeshkp <adeshkp@users.noreply.github.com> | 2019-01-12 06:20:31 -0500 |
commit | dc077244244b97eb947672d446b4511be357eedd (patch) | |
tree | eced0f22032c4f01229ac0a18b9ffb6219cea309 /layout/style | |
parent | a3879a0a2674f17fd5e4ef0a9d66d41c8814a29f (diff) | |
download | uxp-dc077244244b97eb947672d446b4511be357eedd.tar.gz |
Telemetry: Remove stubs and related code
Diffstat (limited to 'layout/style')
-rw-r--r-- | layout/style/ImageLoader.cpp | 3 |
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(); - } } } |