Chromium Code Reviews
DescriptionFixing IndexedDB Dartium Checked Mode tests
A type check for the Stream<Cursor> was failing on Dartium. Basically the helper method is intended to work for both Cursor and CursorWithValue, but it was creating a StreamController<Cursor>. Just removed the type so it works acceptably with both.
BUG=
Committed: https://code.google.com/p/dart/source/detail?r=18486
Patch Set 1 #
Messages
Total messages: 1 (0 generated)
|
|||||||||||||||||||||||||||||||||||||