Bug 34558
Summary: | use WorkerContextExecutionProxy::convertToV8Object for websocket | ||
---|---|---|---|
Product: | WebKit | Reporter: | Fumitoshi Ukai <ukai> |
Component: | WebCore JavaScript | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Fumitoshi Ukai
I think we need to use WorkerContextExecutionProxy::convertToV8Object for WebSocket in V8DOMWrapper::convertToV8Object, because WebSocket objects can be constructed under WorkerContextExecutionProxy as well.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Fumitoshi Ukai
Seems addressed in r54305