[Webkit-unassigned] [Bug 131093] Move removeEquivalentProperties functions to EditingStyle

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 2 11:59:55 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=131093


Andreas Kling <akling at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #228370|review?                     |review-
               Flag|                            |




--- Comment #4 from Andreas Kling <akling at apple.com>  2014-04-02 12:00:15 PST ---
(From update of attachment 228370)
View in context: https://bugs.webkit.org/attachment.cgi?id=228370&action=review

Many test failures here.

> Source/WebCore/editing/EditingStyle.cpp:1576
> -    result->removeEquivalentProperties(baseStyle);
> +    RefPtr<EditingStyle> style = EditingStyle::create()->copy();
> +    style->removeEquivalentProperties(baseStyle);

Where's this data supposed to go?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list