RESOLVED FIXED 105800
Web Inspector: Native Memory Instrumentation. Update clang plugin according to current instrumentation state.
https://bugs.webkit.org/show_bug.cgi?id=105800
Summary Web Inspector: Native Memory Instrumentation. Update clang plugin according t...
Ilya Tikhonovsky
Reported 2012-12-27 06:47:16 PST
The code of plugin is out of sync with current state of MemoryInstrumentation code.
Attachments
Patch (3.18 KB, patch)
2012-12-27 06:49 PST, Ilya Tikhonovsky
yurys: review+
Ilya Tikhonovsky
Comment 1 2012-12-27 06:49:07 PST
Yury Semikhatsky
Comment 2 2012-12-27 06:54:35 PST
Comment on attachment 180798 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=180798&action=review > Tools/clang/ReportMemoryUsagePlugin/ReportMemoryUsage.cpp:201 > + " info.addRawBuffer(m_pointer, m_length);\n" You should also add m_length field.
Ilya Tikhonovsky
Comment 3 2012-12-28 01:50:43 PST
Note You need to log in before you can comment on or make changes to this bug.