[webkit-reviews] review granted: [Bug 111228] InsertUnorderedList can lead to lost content and assertions in moveParagraphs : [Attachment 191843] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 6 15:12:24 PST 2013


Ryosuke Niwa <rniwa at webkit.org> has granted Levi Weintraub
<leviw at chromium.org>'s request for review:
Bug 111228: InsertUnorderedList can lead to lost content and assertions in
moveParagraphs
https://bugs.webkit.org/show_bug.cgi?id=111228

Attachment 191843: Patch
https://bugs.webkit.org/attachment.cgi?id=191843&action=review

------- Additional Comments from Ryosuke Niwa <rniwa at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=191843&action=review


> Source/WebCore/editing/EditingStyle.cpp:131
> -    virtual bool propertyExistsInStyle(const StylePropertySet* style) const
{ return style && style->getPropertyCSSValue(m_propertyID); }
> +    virtual bool propertyExistsInStyle(const StylePropertySet* style) const
{ return style->getPropertyCSSValue(m_propertyID); }

You're missing a change log entry for this function.


More information about the webkit-reviews mailing list