[webkit-reviews] review granted: [Bug 90686] Web Inspector: show loaders memory consumption on the memory chart : [Attachment 152762] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 17 13:09:35 PDT 2012


Pavel Feldman <pfeldman at chromium.org> has granted Ilya Tikhonovsky
<loislo at chromium.org>'s request for review:
Bug 90686: Web Inspector: show loaders memory consumption on the memory chart
https://bugs.webkit.org/show_bug.cgi?id=90686

Attachment 152762: Patch
https://bugs.webkit.org/attachment.cgi?id=152762&action=review

------- Additional Comments from Pavel Feldman <pfeldman at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=152762&action=review


> Source/WebCore/loader/ResourceLoader.cpp:533
> +    printf("ResourceLoader: %u\n", m_resourceData ? m_resourceData->size() :
0);

Please remove this logging.


More information about the webkit-reviews mailing list