Bug 208818 - Web Inspector: REGRESSION(r258124): Uncaught Exception: TypeError: null is not an object (evaluating 'WI.runtimeManager.activeExecutionContext.target')
Summary: Web Inspector: REGRESSION(r258124): Uncaught Exception: TypeError: null is no...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Local Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on: 208793
Blocks:
  Show dependency treegraph
 
Reported: 2020-03-09 08:58 PDT by Timothy Hatcher
Modified: 2020-03-09 14:21 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>.