Bug 74792

Summary: RuleSet: Remove style sheet null-check in addRulesFromSheet().
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 none

Andreas Kling
Reported 2011-12-17 14:32:13 PST
There's only one call site where we could pass in a null sheet, so let's add a check there and replace the check in addRulesFromSheet() by an assertion.
Attachments
Patch (1.96 KB, patch)
2011-12-17 14:38 PST, Andreas Kling
no flags
Andreas Kling
Comment 1 2011-12-17 14:38:49 PST
Andreas Kling
Comment 2 2011-12-17 19:06:40 PST
Comment on attachment 119737 [details] Patch Clearing flags on attachment: 119737 Committed r103159: <http://trac.webkit.org/changeset/103159>
Andreas Kling
Comment 3 2011-12-17 19:06:49 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.