[webkit-reviews] review granted: [Bug 40804] HTML5PreloadScanner parses <script> in DataState : [Attachment 59059] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 17 19:36:11 PDT 2010


Eric Seidel <eric at webkit.org> has granted Adam Barth <abarth at webkit.org>'s
request for review:
Bug 40804: HTML5PreloadScanner parses <script> in DataState
https://bugs.webkit.org/show_bug.cgi?id=40804

Attachment 59059: Patch
https://bugs.webkit.org/attachment.cgi?id=59059&action=review

------- Additional Comments from Eric Seidel <eric at webkit.org>
+	 ASSERT(m_lexer.state() != HTML5Lexer::ScriptDataState);

Should be the DataState always, no?


More information about the webkit-reviews mailing list