[whatwg/streams] Remove redundant performance of WritableStreamUpdateBackpressure (#697)

The standard text contains two calls to WritableStreamUpdateBackpressure in the
steps for new WritableStreamDefaultController(). The reference implementation
only contains one.

The extra call appears to do nothing. Remove it.
You can view, comment on, or merge this pull request online at:

  https://github.com/whatwg/streams/pull/697

-- Commit Summary --

  * Remove redundant performance of WritableStreamUpdateBackpressure

-- File Changes --

    M index.bs (1)

-- Patch Links --

https://github.com/whatwg/streams/pull/697.patch
https://github.com/whatwg/streams/pull/697.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/697

Received on Thursday, 16 March 2017 07:21:46 UTC