[webkit-reviews] review granted: [Bug 137681] Web Inspector: Processing Instruction Nodes appear poorly in DOM Tree : [Attachment 239769] [PATCH] Proposed Fix
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Oct 13 21:04:02 PDT 2014
Timothy Hatcher <timothy at apple.com> has granted Joseph Pecoraro
<joepeck at webkit.org>'s request for review:
Bug 137681: Web Inspector: Processing Instruction Nodes appear poorly in DOM
Tree
https://bugs.webkit.org/show_bug.cgi?id=137681
Attachment 239769: [PATCH] Proposed Fix
https://bugs.webkit.org/attachment.cgi?id=239769&action=review
------- Additional Comments from Timothy Hatcher <timothy at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=239769&action=review
> Source/WebInspectorUI/UserInterface/Models/DOMSearchMatchObject.js:117
> + for (var i = 0; i < attributes.length; ++i) {
for of?
More information about the webkit-reviews
mailing list