Bug 47457 - Path: Add operator== and get rid of debugString()
Summary: Path: Add operator== and get rid of debugString()
Status: RESOLVED DUPLICATE of bug 47493
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-09 14:05 PDT by Andreas Kling
Modified: 2010-10-11 10:03 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***