Bug 9229
Summary: | SVG JavaScript bindings do not propertly support multiple inheritance | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | andersca, ian |
Priority: | P2 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 |
Eric Seidel (no email)
SVG JavaScript bindings do not propertly support multiple inheritance
SVG JS bindings are only partially wired up right now. They only recognize the first parent out of their list. Eventually they will need to check to make sure that the first parent is concrete, and that no more than one parent is concrete. All "abstract" parent interfaces will need to have their methods imported into the current class being generated. Right now those methods are just ignored.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
This was fixed (turned on) when bug 10826 was landed.