[whatwg/streams] Fix a reference to [[queueSize]] (#918)

The SetUpReadableStreamDefaultController operation referenced the [[queueSize]]
internal slot. It should be [[queueTotalSize]]. Fix it.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Fix a reference to [[queueSize]]

-- File Changes --

    M index.bs (3)

-- Patch Links --

https://github.com/whatwg/streams/pull/918.patch
https://github.com/whatwg/streams/pull/918.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/918

Received on Monday, 2 April 2018 10:53:12 UTC