Bug 83708

Summary: Crash in CSSStyleSheet::deleteRule
Product: WebKit Reporter: Antti Koivisto <koivisto>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: kling, macpherson, menard, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch kling: review+

Antti Koivisto
Reported 2012-04-11 11:48:00 PDT
The wrapper needs to be null checked before calling setParentStyleSheet(0).
Attachments
patch (2.72 KB, patch)
2012-04-11 12:58 PDT, Antti Koivisto
kling: review+
Antti Koivisto
Comment 1 2012-04-11 12:58:33 PDT
Andreas Kling
Comment 2 2012-04-11 12:59:45 PDT
Comment on attachment 136732 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=136732&action=review > Source/WebCore/ChangeLog:8 > + Andreas spotted that the wrapper needs to be null checked before calling setParentStyleSheet(0). Sounds like a clever guy!
Antti Koivisto
Comment 3 2012-04-11 13:04:12 PDT
Note You need to log in before you can comment on or make changes to this bug.