[webkit-reviews] review canceled: [Bug 57789] Move eventqueue from Document to ScriptExecutionContext so that it can be accessed from workers : [Attachment 90828] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 22 18:55:26 PDT 2011


David Grogan <dgrogan at chromium.org> has canceled David Grogan
<dgrogan at chromium.org>'s request for review:
Bug 57789: Move eventqueue from Document to ScriptExecutionContext so that it
can be accessed from workers
https://bugs.webkit.org/show_bug.cgi?id=57789

Attachment 90828: Patch
https://bugs.webkit.org/attachment.cgi?id=90828&action=review

------- Additional Comments from David Grogan <dgrogan at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=90828&action=review

This isn't complete yet but I'm hoping to get some feedback before I go
further, in case I totally missed the boat.

>> Source/WebCore/dom/WorkerEventQueue.cpp:57
>> +	    if (eventTarget->toDOMWindow())
> 
> Can this happen in a worker?

Can this happen in a worker?


More information about the webkit-reviews mailing list