Bug 58870

Summary: Web Inspector: NPE in TextEditorModel
Product: WebKit Reporter: Andrey Adaikin <aandrey>
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

Description Andrey Adaikin 2011-04-19 01:35:15 PDT
TextEditorModel.js:119 Uncaught TypeError: Cannot call method 'split' of null
Comment 1 Andrey Adaikin 2011-04-19 02:15:38 PDT
Also fix a regression from http://trac.webkit.org/changeset/84161:

> frameTreeElement.parent.appendChild(frameTreeElement);
ResourcesPanel.js:211 Uncaught TypeError: Cannot call method 'appendChild' of null
Comment 2 Andrey Adaikin 2011-04-19 02:20:14 PDT
Created attachment 90166 [details]
Patch
Comment 3 Pavel Feldman 2011-04-19 02:53:37 PDT
Comment on attachment 90166 [details]
Patch

Clearing flags on attachment: 90166

Committed r84235: <http://trac.webkit.org/changeset/84235>
Comment 4 Pavel Feldman 2011-04-19 02:53:45 PDT
All reviewed patches have been landed.  Closing bug.