Bug 98908 - Web Inspector: Exception when committing java script editing with revision history view open.
Summary: Web Inspector: Exception when committing java script editing with revision hi...
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-10-10 08:04 PDT by Vsevolod Vlasov
Modified: 2012-10-10 09:20 PDT (History)
10 users (show)

See Also:


Attachments
Patch (1.41 KB, patch)
2012-10-10 08:11 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-10-10 08:04:06 PDT
Uncaught child can't be undefined or null treeoutline.js:165
TreeOutline.removeChild treeoutline.js:165
WebInspector.RevisionHistoryView._removeUISourceCode RevisionHistoryView.js:171
WebInspector.RevisionHistoryView._uiSourceCodeRemoved RevisionHistoryView.js:160
WebInspector.Object.dispatchEventToListeners Object.js:101
WebInspector.Project.removeTemporaryUISourceCode Workspace.js:101
WebInspector.ResourceScriptMapping._deleteTemporaryUISourceCodeForScripts ResourceScriptMapping.js:136
WebInspector.ResourceScriptMapping._hasDivergedFromVMChanged ResourceScriptMapping.js:77
WebInspector.Object.dispatchEventToListeners Object.js:101
WebInspector.JavaScriptSource.fireHasDivergedFromVMChanged JavaScriptSource.js:83
innerCallback JavaScriptSource.js:62
WebInspector.DebuggerModel._didEditScriptSource DebuggerModel.js:307
didEditScriptSource Script.js:146
InspectorBackendClass.dispatch InspectorBackend.js:186
WebInspector.socket.onmessage inspector.js:328
Comment 1 Vsevolod Vlasov 2012-10-10 08:11:07 PDT
Created attachment 167999 [details]
Patch
Comment 2 Vsevolod Vlasov 2012-10-10 09:20:15 PDT
Committed r130913: <http://trac.webkit.org/changeset/130913>