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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |