Bug 163329

Summary: [Readable Streams API] Cleanup patch, fix small inconsistencies
Product: WebKit Reporter: Romain Bellessort <romain.wkt>
Component: WebCore Misc.Assignee: Romain Bellessort <romain.wkt>
Status: RESOLVED FIXED    
Severity: Normal CC: calvaris, cdumez, commit-queue, esprehn+autocc, kondapallykalyan, youennf
Priority: P2    
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Romain Bellessort 2016-10-12 05:48:09 PDT
After comparing spec and implementation, 3 small fixes should be done:
- add optional parameter in ReadableStream getReader IDL;
- add missing ASSERT in readableStreamDefaultControllerCallPullIfNeeded;
- call readableStreamDefaultControllerError instead of readableStreamError in ReadableStreamDefaultController error method.
Comment 1 Romain Bellessort 2016-10-12 05:58:22 PDT
Created attachment 291352 [details]
Patch
Comment 2 WebKit Commit Bot 2016-10-14 07:12:23 PDT
Comment on attachment 291352 [details]
Patch

Clearing flags on attachment: 291352

Committed r207337: <http://trac.webkit.org/changeset/207337>
Comment 3 WebKit Commit Bot 2016-10-14 07:12:30 PDT
All reviewed patches have been landed.  Closing bug.