| Summary: | [Streams API] ReadableStreamReader::closed() should be called once by binding code | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | youenn fablet <youennf> | ||||||
| Component: | WebCore Misc. | Assignee: | youenn fablet <youennf> | ||||||
| Status: | RESOLVED FIXED | ||||||||
| Severity: | Normal | CC: | calvaris, commit-queue, darin | ||||||
| Priority: | P2 | ||||||||
| Version: | 528+ (Nightly build) | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Attachments: |
|
||||||||
|
Description
youenn fablet
2015-06-02 02:07:29 PDT
Created attachment 254061 [details]
Patch
Comment on attachment 254061 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=254061&action=review > Source/WebCore/bindings/js/JSReadableStreamReaderCustom.cpp:70 > + return m_closedPromiseDeferred.get()->promise(); Is the call to .get() really needed? Created attachment 254158 [details]
Patch for landing
Thanks for the review.
> > Source/WebCore/bindings/js/JSReadableStreamReaderCustom.cpp:70
> > + return m_closedPromiseDeferred.get()->promise();
>
> Is the call to .get() really needed?
Right, I removed it in the landing patch.
Comment on attachment 254158 [details] Patch for landing Clearing flags on attachment: 254158 Committed r185149: <http://trac.webkit.org/changeset/185149> All reviewed patches have been landed. Closing bug. |