RESOLVED FIXED 73134
Remove redundant setStrictParsing(false) calls on CSSMappedAttributeDeclarations.
https://bugs.webkit.org/show_bug.cgi?id=73134
Summary Remove redundant setStrictParsing(false) calls on CSSMappedAttributeDeclarati...
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.