Bug 127540 - REGRESSION (r162257): Assertion failure (should not be reached) in CSSPreloadScanner::tokenize()
Summary: REGRESSION (r162257): Assertion failure (should not be reached) in CSSPreload...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P1 Normal
Assignee: Nobody
URL:
Keywords: InRadar, Regression
Depends on:
Blocks:
 
Reported: 2014-01-23 20:57 PST by mitz
Modified: 2014-01-23 21:17 PST (History)
4 users (show)

See Also:


Attachments
Check for the DoneParsingImportRules state before tokenizing the first character (1.46 KB, patch)
2014-01-23 21:02 PST, mitz
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2014-01-23 20:57:19 PST
<rdar://problem/15875326>

The ASSERT_NOT_REACHED() in CSSPreloadScanner::tokenize() is being hit frequently.
Comment 1 mitz 2014-01-23 21:02:21 PST
Created attachment 222073 [details]
Check for the DoneParsingImportRules state before tokenizing the first character
Comment 2 mitz 2014-01-23 21:17:47 PST
Fixed in <http://trac.webkit.org/r162687>.