Bug 47457
Summary: | Path: Add operator== and get rid of debugString() | ||
---|---|---|---|
Product: | WebKit | Reporter: | Andreas Kling <kling> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | rhodovan.u-szeged |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Andreas Kling
The only remaining user of Path::debugString() is SVGGlyphElement which uses it to compare Path objects.
We should replace it by an operator==() and get rid of the platform-specific debugString()
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Andreas Kling
*** This bug has been marked as a duplicate of bug 47493 ***