Bug 120332

Summary: Web Inspector: Remove harmless assert, triggered hitting breakpoint in auto prettyprinted code on reload
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, graouts, joepeck, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix none

Joseph Pecoraro
Reported 2013-08-26 17:00:46 PDT
* STEPS TO REPRODUCE 1. Inspect <http://bogojoker.com/shell/> 2. Set a breakpoint on pretty printed easySlider.min.js that would be hit on reload 3. Reload => console.assert in console when file is auto-pretty printed without execution line handle.
Attachments
[PATCH] Proposed Fix (1.82 KB, patch)
2013-08-26 17:01 PDT, Joseph Pecoraro
no flags
Radar WebKit Bug Importer
Comment 1 2013-08-26 17:01:19 PDT
Joseph Pecoraro
Comment 2 2013-08-26 17:01:52 PDT
Created attachment 209693 [details] [PATCH] Proposed Fix
Joseph Pecoraro
Comment 3 2013-08-26 17:02:30 PDT
This assert doesn't really matter either. By the end of the function, if newExecutionLocation we re-generate the executionLineHandle when setting the new executionLineNumber.
WebKit Commit Bot
Comment 4 2013-09-05 15:10:30 PDT
Comment on attachment 209693 [details] [PATCH] Proposed Fix Clearing flags on attachment: 209693 Committed r155154: <http://trac.webkit.org/changeset/155154>
WebKit Commit Bot
Comment 5 2013-09-05 15:10:32 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.