Bug 23229 - Avoid multiple ScheduleAction::execute methods and manual dispatch by making execute() a virtual of ScriptExecutionContext
Summary: Avoid multiple ScheduleAction::execute methods and manual dispatch by making ...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Dmitry Titov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-10 14:16 PST by Dmitry Titov
Modified: 2009-01-11 00:07 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Titov 2009-01-10 14:16:14 PST
Follow up to https://bugs.webkit.org/show_bug.cgi?id=23223. See Alexey's comment.
Also consider moving executeFunctionInContext to ScriptController since this would be the most natural way for SEC to call it.