Bug 73134

Summary: Remove redundant setStrictParsing(false) calls on CSSMappedAttributeDeclarations.
Product: WebKit Reporter: Andreas Kling <kling>
Component: CSSAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: tonikitoo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch koivisto: review+

Andreas Kling
Reported 2011-11-25 07:53:22 PST
Mapped attribute declarations are always using non-strict parsing.
Attachments
Patch (3.91 KB, patch)
2011-11-25 07:59 PST, Andreas Kling
koivisto: review+
Andreas Kling
Comment 1 2011-11-25 07:59:26 PST
Andreas Kling
Comment 2 2011-11-25 08:47:00 PST
Alexey Proskuryakov
Comment 3 2011-11-25 11:33:41 PST
Would it have made sense to replace these with ASSERTs?
Antonio Gomes
Comment 4 2011-11-25 12:13:35 PST
(In reply to comment #3) > Would it have made sense to replace these with ASSERTs? I think so.
Andreas Kling
Comment 5 2011-11-27 05:09:13 PST
(In reply to comment #3) > Would it have made sense to replace these with ASSERTs? Good idea. I'll roll a patch for that, thanks. :)
Note You need to log in before you can comment on or make changes to this bug.