RESOLVED FIXED 115866
Web Inspector: Hovering tokens while on a breakpoint should not cause errors to show up in the console
https://bugs.webkit.org/show_bug.cgi?id=115866
Summary Web Inspector: Hovering tokens while on a breakpoint should not cause errors ...
Timothy Hatcher
Reported 2013-05-09 11:34:56 PDT
Hover "foo".charCodeAt(1) and you will get an error in the console. We can't get function details about native functions, so we need to bail early.
Attachments
Patch (1.52 KB, patch)
2013-05-09 11:37 PDT, Timothy Hatcher
darin: review+
timothy: commit-queue-
Timothy Hatcher
Comment 1 2013-05-09 11:37:41 PDT
Joseph Pecoraro
Comment 2 2013-05-09 11:40:37 PDT
Comment on attachment 201259 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=201259&action=review r=me > Source/WebCore/ChangeLog:12 > + if null or undefined. Typo: "if null" => "is null".
Timothy Hatcher
Comment 3 2013-05-09 11:47:25 PDT
Note You need to log in before you can comment on or make changes to this bug.