[webkit-reviews] review granted: [Bug 87124] Web Inspector: HeapSnapshot: speed-up calculateRetainedSize functon. : [Attachment 143290] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 22 06:15:45 PDT 2012


Yury Semikhatsky <yurys at chromium.org> has granted Ilya Tikhonovsky
<loislo at chromium.org>'s request for review:
Bug 87124: Web Inspector: HeapSnapshot: speed-up calculateRetainedSize functon.
https://bugs.webkit.org/show_bug.cgi?id=87124

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

------- Additional Comments from Yury Semikhatsky <yurys at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=143290&action=review


> Source/WebCore/inspector/front-end/HeapSnapshot.js:462
> +	   return this._snapshot._dominatorsTree[this.nodeIndex /
this._snapshot._nodeFieldCount] * nodeFieldCount;

this._snapshot._nodeFieldCount ->  nodeFieldCount


More information about the webkit-reviews mailing list