Bug 47457

Summary: Path: Add operator== and get rid of debugString()
Product: WebKit Reporter: Andreas Kling <kling>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: rhodovan.u-szeged
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Description Andreas Kling 2010-10-09 14:05:22 PDT
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()
Comment 1 Andreas Kling 2010-10-11 10:03:32 PDT

*** This bug has been marked as a duplicate of bug 47493 ***