[webkit-reviews] review granted: [Bug 125618] Remove some unneeded code noticed while looking at StylePendingImage : [Attachment 219049] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 12 00:22:18 PST 2013


Andreas Kling <akling at apple.com> has granted Darin Adler <darin at apple.com>'s
request for review:
Bug 125618: Remove some unneeded code noticed while looking at
StylePendingImage
https://bugs.webkit.org/show_bug.cgi?id=125618

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

------- Additional Comments from Andreas Kling <akling at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=219049&action=review


r=me

> Source/WebCore/css/StyleResolver.cpp:3881
> +    if (CSSImageValue* imageValue = pendingImage->cssImageValue())

auto

> Source/WebCore/css/StyleResolver.cpp:3884
> +    if (CSSImageGeneratorValue* imageGeneratorValue =
pendingImage->cssImageGeneratorValue()) {

auto

> Source/WebCore/css/StyleResolver.cpp:3889
> +    if (CSSCursorImageValue* cursorImageValue =
pendingImage->cssCursorImageValue())

auto

> Source/WebCore/css/StyleResolver.cpp:3893
> +    if (CSSImageSetValue* imageSetValue = pendingImage->cssImageSetValue())

auto


More information about the webkit-reviews mailing list