[Webkit-unassigned] [Bug 136291] Style's "altText" field (webkit-alt property) is not properly managed.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 27 11:23:18 PDT 2014


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





--- Comment #5 from Darin Adler <darin at apple.com>  2014-08-27 11:23:24 PST ---
(From update of attachment 237230)
View in context: https://bugs.webkit.org/attachment.cgi?id=237230&action=review

> Source/WebCore/rendering/style/ContentData.h:104
> +        std::unique_ptr<ContentData> image = std::make_unique<ImageContentData>(m_image.get());

Local variable type should be ImageContentData, not ContentData. I suggest using auto to get that right.

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