Bug 188562

Summary: ScriptExecutionContext::logExceptionToConsole should have more appropriate name
Product: WebKit Reporter: Yusuke Suzuki <ysuzuki>
Component: WebKit Misc.Assignee: Yusuke Suzuki <ysuzuki>
Status: NEW    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Yusuke Suzuki
Reported 2018-08-14 10:55:00 PDT
While the name is correct in Document context, it is wrong in WorkerGlobalScope context. In worker, it does two things. 1. Log an exception to console. 2. Propagate it to worker object and emit ErrorEvent. So this name is misleading. We should have appropriate name for this.
Attachments
Note You need to log in before you can comment on or make changes to this bug.