Bug 208818

Summary: Web Inspector: REGRESSION(r258124): Uncaught Exception: TypeError: null is not an object (evaluating 'WI.runtimeManager.activeExecutionContext.target')
Product: WebKit Reporter: Timothy Hatcher <timothy>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: hi, inspector-bugzilla-changes, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Local Build   
Hardware: All   
OS: All   
Bug Depends on: 208793    
Bug Blocks:    

Description Timothy Hatcher 2020-03-09 08:58:51 PDT
Uncaught Exception in Web Inspector.

Steps to Reproduce:
1. Evaluating in the console.

Uncaught Exceptions:
-----------------------
 - TypeError: null is not an object (evaluating 'WI.runtimeManager.activeExecutionContext.target') (at JavaScriptLogViewController.js:214:49)
    consolePromptShouldCommitText @ JavaScriptLogViewController.js:214:49
    _handleEnterKey @ ConsolePrompt.js:273:56
    _handleEnterKey @ [native code]
    doHandleBinding @ codemirror.js:6640:17
    lookupKey @ codemirror.js:6394:30
    lookupKeyForEditor @ codemirror.js:6650:27
    dispatchKey @ codemirror.js:6670:34
    onKeyDown @ codemirror.js:6722:33
    ? @ codemirror.js:3751:25
-----------------------

Notes:
Inspected URL:        (unknown)
Loading completed:    true
Frontend User Agent:  Mozilla/5.0 (Macintosh; Intel Mac OS X 10_16) AppleWebKit/605.1.15 (KHTML, like Gecko)
Comment 1 Timothy Hatcher 2020-03-09 09:00:01 PDT
Was a release build of r258127.
Comment 2 Radar WebKit Bug Importer 2020-03-09 09:24:44 PDT
<rdar://problem/60225895>
Comment 3 Devin Rousso 2020-03-09 14:21:21 PDT
This has been fixed by <rdar://problem/60224463>.