Bug 40729 - Hit assertion in WebCore::HTML5Token::appendToSystemIdentifier
Summary: Hit assertion in WebCore::HTML5Token::appendToSystemIdentifier
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL: http://techcrunch.com/2010/06/16/andr...
Keywords:
Depends on:
Blocks: 39259
  Show dependency treegraph
 
Reported: 2010-06-16 12:02 PDT by William Chan
Modified: 2010-06-16 14:15 PDT (History)
2 users (show)

See Also:


Attachments
Patch (3.14 KB, patch)
2010-06-16 14:09 PDT, Adam Barth
eric: review+
eric: commit-queue+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description William Chan 2010-06-16 12:02:24 PDT
I'm running chromium/linux with webkit sync'd to r61240.

ASSERTION FAILED: m_doctypeData->m_hasSystemIdentifier
(third_party/WebKit/WebCore/html/HTML5Token.h:237 void WebCore::HTML5Token::appendToSystemIdentifier(UChar))
Comment 1 Adam Barth 2010-06-16 12:07:45 PDT
Thanks.  Will investigate shortly.
Comment 2 Adam Barth 2010-06-16 14:06:26 PDT
Nice.  This is a typo in the lexer!
Comment 3 Adam Barth 2010-06-16 14:09:36 PDT
Created attachment 58931 [details]
Patch
Comment 4 Adam Barth 2010-06-16 14:15:30 PDT
Committed r61280: <http://trac.webkit.org/changeset/61280>