Changeset 162006 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Jan 14, 2014, 2:11:43 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r161994 r162006 1 2014-01-14 Mark Lam <[email protected]> 2 3 ASSERTION FAILED: !hasError() in JSC::Parser<LexerType>::createSavePoint(). 4 https://bugs.webkit.org/show_bug.cgi?id=126990. 5 6 Reviewed by Geoffrey Garen. 7 8 * parser/Parser.cpp: 9 (JSC::Parser<LexerType>::parseConstDeclarationList): 10 - We were missing an error check after attempting to parse an initializer 11 expression. This is now fixed. 12 1 13 2014-01-14 Joseph Pecoraro <[email protected]> 2 14
Note:
See TracChangeset
for help on using the changeset viewer.