Bug 22642 - ScriptExecutionContext::postTask should be pure virtual.
Summary: ScriptExecutionContext::postTask should be pure virtual.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-03 21:35 PST by David Levin
Modified: 2008-12-03 23:20 PST (History)
0 users

See Also:


Attachments
Patch for bug. (9.33 KB, patch)
2008-12-03 21:42 PST, David Levin
ap: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Levin 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.
Comment 1 David Levin 2008-12-03 21:42:54 PST
Created attachment 25734 [details]
Patch for bug.
Comment 2 Alexey Proskuryakov 2008-12-03 22:58:22 PST
Comment on attachment 25734 [details]
Patch for bug.

r=me
Comment 3 Alexey Proskuryakov 2008-12-03 23:20:48 PST
Committed revision 38986.