Bug 16934
| Summary: | Remove SVGElement::dispatchEvent | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
| Component: | SVG | Assignee: | Nikolas Zimmermann <zimmermann> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Mac | ||
| OS: | OS X 10.4 | ||
Eric Seidel (no email)
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
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Nikolas Zimmermann
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 ***