RESOLVED FIXED 22642
ScriptExecutionContext::postTask should be pure virtual.
https://bugs.webkit.org/show_bug.cgi?id=22642
Summary ScriptExecutionContext::postTask should be pure virtual.
David Levin
Reported 2008-12-03 21:35:42 PST
Right now, the implementation is awkward due to it being implemented in ScriptExecutionContext instead of in Document and WorkerContext.
Attachments
Patch for bug. (9.33 KB, patch)
2008-12-03 21:42 PST, David Levin
ap: review+
David Levin
Comment 1 2008-12-03 21:42:54 PST
Created attachment 25734 [details] Patch for bug.
Alexey Proskuryakov
Comment 2 2008-12-03 22:58:22 PST
Comment on attachment 25734 [details] Patch for bug. r=me
Alexey Proskuryakov
Comment 3 2008-12-03 23:20:48 PST
Committed revision 38986.
Note You need to log in before you can comment on or make changes to this bug.