[Webkit-unassigned] [Bug 55338] applyInlineStyleToPushDown and removeInlineStyleFromElement should take EditingStyle

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 1 11:26:56 PST 2011


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





--- Comment #11 from Darin Adler <darin at apple.com>  2011-03-01 11:26:56 PST ---
(In reply to comment #10)
> >>> Source/WebCore/editing/EditingStyle.h:39
> >>> +#include <wtf/text/WTFString.h>
> >> 
> >> Why is this needed?
> > 
> > Because setProperty takes a String reference.
> 
> Can we forward declare String instead?

No, but we can include <wtf/Forward.h>, which is the right thing to do here.

-- 
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