Bug 73134 - Remove redundant setStrictParsing(false) calls on CSSMappedAttributeDeclarations.
Summary: Remove redundant setStrictParsing(false) calls on CSSMappedAttributeDeclarati...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-25 07:53 PST by Andreas Kling
Modified: 2011-11-27 05:09 PST (History)
1 user (show)

See Also:


Attachments
Patch (3.91 KB, patch)
2011-11-25 07:59 PST, Andreas Kling
koivisto: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2011-11-25 07:53:22 PST
Mapped attribute declarations are always using non-strict parsing.
Comment 1 Andreas Kling 2011-11-25 07:59:26 PST
Created attachment 116622 [details]
Patch
Comment 2 Andreas Kling 2011-11-25 08:47:00 PST
Committed r101175: <http://trac.webkit.org/changeset/101175>
Comment 3 Alexey Proskuryakov 2011-11-25 11:33:41 PST
Would it have made sense to replace these with ASSERTs?
Comment 4 Antonio Gomes 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.
Comment 5 Andreas Kling 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. :)