Changeset 204416 in webkit
- Timestamp:
- Aug 12, 2016, 11:53:51 AM (9 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r204415 r204416 1 2016-08-12 Pranjal Jumde <pjumde@apple.com> 2 3 ASSERTION FAILED: : line >= firstLine in BytecodeGenerator::emitExpressionInfo. 4 https://bugs.webkit.org/show_bug.cgi?id=160535 5 <rdar://problem/27328151> 6 7 Reviewed by Saam Barati. 8 9 lineNumber from the savePoint was not being restored before calling next() causing discrepancy in the offset and line for the token 10 11 * js/multiline-function-crash-expected.txt: Added. 12 * js/multiline-function-crash.html: Added. 13 * js/script-tests/multiline-function-crash.js: Added. 14 1 15 2016-08-12 Brent Fulgham <bfulgham@apple.com> 2 16
Note:
See TracChangeset
for help on using the changeset viewer.