RESOLVED FIXED 21035
Inspecting a Text node does not always reveal it in the DOM tree
https://bugs.webkit.org/show_bug.cgi?id=21035
Summary Inspecting a Text node does not always reveal it in the DOM tree
Timothy Hatcher
Reported 2008-09-23 13:04:26 PDT
Inspecting a short text node does not reveal it in the DOM tree. This is because we inline short text nodes with their parent element.
Attachments
Proposed patch (8.96 KB, patch)
2008-09-23 13:48 PDT, Timothy Hatcher
oliver: review+
Timothy Hatcher
Comment 1 2008-09-23 13:48:29 PDT
Created attachment 23715 [details] Proposed patch
Oliver Hunt
Comment 2 2008-09-23 16:17:58 PDT
Comment on attachment 23715 [details] Proposed patch r=me. Interestingly we're currently improving typeof perf in jsc :D
Timothy Hatcher
Comment 3 2008-09-23 19:14:41 PDT
Landed in r36827.
Note You need to log in before you can comment on or make changes to this bug.