Bug 75953

Summary: Web Inspector: fix DebuggerPresentationModel::uiSourceCodes - do not iterate over same raw source code multiple times.
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Pavel Feldman <pfeldman>
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 yurys: review+

Description Pavel Feldman 2012-01-10 05:04:53 PST
Fix to follow.
Comment 1 Pavel Feldman 2012-01-10 05:25:27 PST
Created attachment 121833 [details]
Patch
Comment 2 Yury Semikhatsky 2012-01-10 05:36:14 PST
Comment on attachment 121833 [details]
Patch

Would be good to have a test for this.
Comment 3 Pavel Feldman 2012-01-10 05:47:31 PST
uiSources is already covered with the tests, I could add one, but it would be artificial, covering the only mocked scenario...
Comment 4 Pavel Feldman 2012-01-10 05:49:21 PST
Committed r104563: <http://trac.webkit.org/changeset/104563>