RESOLVED FIXED 102818
Web Inspector: NMI add instrumentation to widely used ActiveDOMObjects. XMLHttpRequest, Prerenderer, HTMLMediaElement
https://bugs.webkit.org/show_bug.cgi?id=102818
Summary Web Inspector: NMI add instrumentation to widely used ActiveDOMObjects. XMLHt...
Ilya Tikhonovsky
Reported 2012-11-20 09:09:46 PST
Our test bot counts pointers which don't match with objects allocated by tcmalloc. This counter becomes nonzero after instrumenting ActiveDOMObject class. It happens because it is the base class for many other classes. ~30 And almost all these classes use multiple inheritance.
Attachments
Patch (7.67 KB, patch)
2012-11-20 09:13 PST, Ilya Tikhonovsky
no flags
Patch (10.80 KB, patch)
2012-11-21 01:45 PST, Ilya Tikhonovsky
vsevik: review+
Ilya Tikhonovsky
Comment 1 2012-11-20 09:13:10 PST
Ilya Tikhonovsky
Comment 2 2012-11-21 01:45:10 PST
Ilya Tikhonovsky
Comment 3 2012-11-21 04:27:44 PST
Note You need to log in before you can comment on or make changes to this bug.