Bug 115866

Summary: Web Inspector: Hovering tokens while on a breakpoint should not cause errors to show up in the console
Product: WebKit Reporter: Timothy Hatcher <timothy>
Component: Web Inspector (Deprecated)Assignee: Timothy Hatcher <timothy>
Status: RESOLVED FIXED    
Severity: Normal CC: graouts, joepeck, timothy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch darin: review+, timothy: commit-queue-

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