Bug 57928

Summary: Web Inspector: migrate debugger domain to the unified breakpoint location notion.
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch
none
Patch yurys: review+

Description Pavel Feldman 2011-04-06 01:37:58 PDT
Simple refactoring, patch to follow.
Comment 1 Pavel Feldman 2011-04-06 01:46:17 PDT
Created attachment 88383 [details]
Patch
Comment 2 Yury Semikhatsky 2011-04-07 05:36:28 PDT
Comment on attachment 88383 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=88383&action=review

> Source/WebCore/inspector/InspectorDebuggerAgent.cpp:190
> +    if (location)

Should be if (*location), r- for this.
Comment 3 Pavel Feldman 2011-04-07 05:43:01 PDT
Created attachment 88612 [details]
Patch
Comment 4 Pavel Feldman 2011-04-07 05:50:29 PDT
Committed r83164: <http://trac.webkit.org/changeset/83164>