[Webkit-unassigned] [Bug 55338] applyInlineStyleToPushDown and removeInlineStyleFromElement should take EditingStyle
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Feb 28 11:02:36 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=55338
Tony Chang <tony at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #84014|review? |review+
Flag| |
--- Comment #6 from Tony Chang <tony at chromium.org> 2011-02-28 11:02:36 PST ---
(From update of attachment 84014)
View in context: https://bugs.webkit.org/attachment.cgi?id=84014&action=review
> Source/WebCore/editing/ApplyStyleCommand.cpp:1229
> -
> +
Nit: Did you mean to add spaces here?
> Source/WebCore/editing/EditingStyle.cpp:327
> + ExceptionCode ec;
> + m_mutableStyle->setProperty(propertyID, value, important, ec);
Do we need to check or assert the exception code here?
> Source/WebCore/editing/EditingStyle.h:39
> +#include <wtf/text/WTFString.h>
Why is this needed?
--
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