Bug 16934

Summary: Remove SVGElement::dispatchEvent
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: SVGAssignee: Nikolas Zimmermann <zimmermann>
Status: RESOLVED DUPLICATE    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.4   

Description Eric Seidel (no email) 2008-01-19 00:13:03 PST
Remove SVGElement::dispatchEvent

Or at least remove the todo:

bool SVGElement::dispatchEvent(PassRefPtr<Event> e, ExceptionCode& ec, bool tempEvent)
223	{
224	    // TODO: This function will be removed in a follow-up patch!
225
Comment 1 Nikolas Zimmermann 2008-01-19 02:30:51 PST
This is fixed by bug 15413 - which isn't checked in yet. (still the js caching issue..)

*** This bug has been marked as a duplicate of 15413 ***