[whatwg/streams] Remove incorrect '!' before EnqueueValueWithSize() (#723)

In a couple of places '!' was used in front of EnqueueValueWithSize() even though
the calling code was expecting a Completion Record and not the [[Value]] field
it contains.

Remove the '!'s.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Remove incorrect '!' before EnqueueValueWithSize()

-- File Changes --

    M index.bs (4)

-- Patch Links --

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

Received on Wednesday, 5 April 2017 05:43:36 UTC