Bug 115866 - Web Inspector: Hovering tokens while on a breakpoint should not cause errors to show up in the console
Summary: Web Inspector: Hovering tokens while on a breakpoint should not cause errors ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Timothy Hatcher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-09 11:34 PDT by Timothy Hatcher
Modified: 2013-05-09 11:47 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.52 KB, patch)
2013-05-09 11:37 PDT, Timothy Hatcher
darin: review+
timothy: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Hatcher 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.
Comment 1 Timothy Hatcher 2013-05-09 11:37:41 PDT
Created attachment 201259 [details]
Patch
Comment 2 Joseph Pecoraro 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".
Comment 3 Timothy Hatcher 2013-05-09 11:47:25 PDT
r149829