[Webkit-unassigned] [Bug 83701] Web Inspector: Move meta node out of nodes in snapshot serialization.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 12 05:08:15 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=83701





--- Comment #3 from alexeif at chromium.org  2012-04-12 05:08:15 PST ---
(From update of attachment 136683)
View in context: https://bugs.webkit.org/attachment.cgi?id=136683&action=review

>> Source/WebCore/inspector/front-end/HeapSnapshot.js:159
>> +            delete this._snapshot.snapshot.meta;
> 
> Instead of assigning it to a new variable on this._snapshot you can leave "meta" node and access it later using  this._snapshot.snapshot.meta, what's wrong with that?

Nothing wrong, it's just longer and I have to update it in several places. Do you insist?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list