RESOLVED FIXED 27731
[V8] Implement EventListener::reportError for V8 event listeners in worker context.
https://bugs.webkit.org/show_bug.cgi?id=27731
Summary [V8] Implement EventListener::reportError for V8 event listeners in worker co...
Jian Li
Reported 2009-07-27 13:30:13 PDT
Implement EventListener::reportError for V8 event listeners in worker context.
Attachments
Proposed Patch (3.95 KB, patch)
2009-07-27 13:35 PDT, Jian Li
levin: review+
Jian Li
Comment 1 2009-07-27 13:35:19 PDT
Created attachment 33567 [details] Proposed Patch
David Levin
Comment 2 2009-07-27 18:04:19 PDT
Comment on attachment 33567 [details] Proposed Patch > diff --git a/WebCore/bindings/v8/V8WorkerContextEventListener.cpp b/WebCore/bindings/v8/V8WorkerContextEventListener.cpp > + // The callback function on XMLHttpRequest can clear the event listener and destroys 'this' object. Keep a local reference to it. I'd get rid of "on XMLHttpRequest" and change "destroys" to "destroy". > + // See issue 889829. I'd remove this issue number here.
Jian Li
Comment 3 2009-07-27 18:12:18 PDT
Note You need to log in before you can comment on or make changes to this bug.