Bug 16934 - Remove SVGElement::dispatchEvent
Summary: Remove SVGElement::dispatchEvent
Status: RESOLVED DUPLICATE of bug 15413
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nikolas Zimmermann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-19 00:13 PST by Eric Seidel (no email)
Modified: 2008-01-19 02:30 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***