Bug 27278
Summary: | SVG DOM Bindings need to remove the m_context pointer | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | zimmermann |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 | ||
Bug Depends on: | |||
Bug Blocks: | 27088 |
Eric Seidel (no email)
SVG DOM Bindings need to remove the m_context pointer
The various implementations (including SVGPODTypeWrapper) should be able to hold the context instead of each SVG DOM Binding. This would free up 4 more bytes and unblock bug 27276.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Nikolas Zimmermann
The upcoming patch to bug 27243 resolves this problem.
*** This bug has been marked as a duplicate of bug 27243 ***