Bug 71285

Summary: CSSRule: Devirtualize addSubresourceStyleURLs()
Product: WebKit Reporter: Andreas Kling <kling>
Component: CSSAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: macpherson, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch koivisto: review+

Andreas Kling
Reported 2011-11-01 07:36:06 PDT
SSIA
Attachments
Patch (3.98 KB, patch)
2011-11-01 07:39 PDT, Andreas Kling
koivisto: review+
Andreas Kling
Comment 1 2011-11-01 07:39:02 PDT
Antti Koivisto
Comment 2 2011-11-01 07:53:45 PDT
Comment on attachment 113171 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=113171&action=review r=me > Source/WebCore/css/CSSStyleRule.h:59 > - virtual void addSubresourceStyleURLs(ListHashSet<KURL>& urls); > + void addSubresourceStyleURLs(ListHashSet<KURL>& urls); Something like collectSubresourceURLSs would be a better name and the function should be const. For future refactoring as the name is used in many places.
Andreas Kling
Comment 3 2011-11-01 08:24:31 PDT
Note You need to log in before you can comment on or make changes to this bug.