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 | af29df9d80d70163d9ace8fbdd1cd3723f93bd6e (patch) | |
tree | eced0f22032c4f01229ac0a18b9ffb6219cea309 /dom/html/HTMLImageElement.cpp | |
parent | 571457967f39d2d59abf93e73bccfff0449fcf4f (diff) | |
download | aura-central-af29df9d80d70163d9ace8fbdd1cd3723f93bd6e.tar.gz |
Telemetry: Remove stubs and related code
Diffstat (limited to 'dom/html/HTMLImageElement.cpp')
-rw-r--r-- | dom/html/HTMLImageElement.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dom/html/HTMLImageElement.cpp b/dom/html/HTMLImageElement.cpp index 4b2e7a07b..fab1cdef4 100644 --- a/dom/html/HTMLImageElement.cpp +++ b/dom/html/HTMLImageElement.cpp @@ -1345,8 +1345,6 @@ HTMLImageElement::FlushUseCounters() nsCOMPtr<imgIContainer> container; request->GetImage(getter_AddRefs(container)); - - static_cast<image::Image*>(container.get())->ReportUseCounters(); } } // namespace dom |