Bug 23229

Summary: Avoid multiple ScheduleAction::execute methods and manual dispatch by making execute() a virtual of ScriptExecutionContext
Product: WebKit Reporter: Dmitry Titov <dimich>
Component: WebCore JavaScriptAssignee: Dmitry Titov <dimich>
Status: NEW ---    
Severity: Normal CC: ap
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

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.