Bug 97880 - Web Inspector: Formatting on load is broken
Summary: Web Inspector: Formatting on load is broken
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: Vsevolod Vlasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-28 03:09 PDT by Vsevolod Vlasov
Modified: 2012-09-28 03:24 PDT (History)
10 users (show)

See Also:


Attachments
Patch (1.77 KB, patch)
2012-09-28 03:12 PDT, Vsevolod Vlasov
apavlov: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vsevolod Vlasov 2012-09-28 03:09:46 PDT
Uncaught TypeError: Cannot read property 'length' of undefined UISourceCode.js:377
formattedCallback UISourceCode.js:377
formattedChanged UISourceCode.js:545
WebInspector.IdentityFormatter.formatContent ScriptFormatter.js:151
didGetContent UISourceCode.js:531
WebInspector.UISourceCode._fireContentAvailable UISourceCode.js:372
WebInspector.Resource.requestContent Resource.js:235
WebInspector.UISourceCode.requestContent UISourceCode.js:131
WebInspector.UISourceCode.setFormatted UISourceCode.js:516
WebInspector.UISourceCode._fireContentAvailable UISourceCode.js:384
WebInspector.Resource.requestContent Resource.js:235
WebInspector.UISourceCode.requestContent UISourceCode.js:131
WebInspector.NavigatorSourceTreeElement._onmousedown NavigatorView.js:598
Comment 1 Vsevolod Vlasov 2012-09-28 03:12:38 PDT
Created attachment 166189 [details]
Patch
Comment 2 Vsevolod Vlasov 2012-09-28 03:24:34 PDT
Committed r129869: <http://trac.webkit.org/changeset/129869>