[Webkit-unassigned] [Bug 83758] Web Inspector: Node Value should not get corrupt while jump over different matches in search.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Apr 12 03:11:02 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=83758
--- Comment #4 from Alexander Pavlov (apavlov) <apavlov at chromium.org> 2012-04-12 03:11:02 PST ---
(From update of attachment 136861)
View in context: https://bugs.webkit.org/attachment.cgi?id=136861&action=review
> Source/WebCore/inspector/front-end/ElementsTreeOutline.js:640
> + if (show) {
Since this now falls into two branches, it would be better to remove the |updater| var (which was introduced to avoid branching) altogether and call updateEntryShow and updateEntryHide directly in the branches instead.
--
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