Bug 129021

Summary: StyleResolver::loadPendingImage() should take a reference to StylePendingImage
Product: WebKit Reporter: David Kilzer (:ddkilzer) <ddkilzer>
Component: CSSAssignee: David Kilzer (:ddkilzer) <ddkilzer>
Status: RESOLVED FIXED    
Severity: Normal CC: allan.jensen, andersca, commit-queue, darin, ddkilzer, esprehn+autocc, glenn, gyuyoung.kim, kling, koivisto, macpherson, menard, oliver
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 128671    
Bug Blocks:    
Attachments:
Description Flags
Patch v1 bfulgham: review+

David Kilzer (:ddkilzer)
Reported 2014-02-18 20:11:43 PST
StyleResolver::loadPendingImage() should take a reference to StylePendingImage. Clean up as noted in Bug 128671 Comment #4.
Attachments
Patch v1 (9.49 KB, patch)
2014-02-18 20:21 PST, David Kilzer (:ddkilzer)
bfulgham: review+
David Kilzer (:ddkilzer)
Comment 1 2014-02-18 20:21:25 PST
Created attachment 224580 [details] Patch v1
Brent Fulgham
Comment 2 2014-02-19 10:58:00 PST
Comment on attachment 224580 [details] Patch v1 View in context: https://bugs.webkit.org/attachment.cgi?id=224580&action=review r=me > Source/WebCore/css/StyleResolver.cpp:3495 > + if (CSSImageSetValue* imageSetValue = pendingImage.cssImageSetValue()) Shouldn't this just be 'auto imageSetValue', too?
David Kilzer (:ddkilzer)
Comment 3 2014-02-21 11:34:47 PST
David Kilzer (:ddkilzer)
Comment 4 2014-02-21 11:35:12 PST
(In reply to comment #2) > (From update of attachment 224580 [details]) > > Source/WebCore/css/StyleResolver.cpp:3495 > > + if (CSSImageSetValue* imageSetValue = pendingImage.cssImageSetValue()) > > Shouldn't this just be 'auto imageSetValue', too? I also fixed this while I was in the neighborhood. Thanks!
Note You need to log in before you can comment on or make changes to this bug.