[whatwg/streams] Fix access to removed _errored and _storedError slots (#806)

Due to a merge error with https://github.com/whatwg/streams/pull/799 references
to the removed [[errored]] and [[storedError]] slots were mistakenly
re-introduced. Remove them.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Fix access to removed _errored and _storedError slots

-- File Changes --

    M reference-implementation/lib/transform-stream.js (7)

-- Patch Links --

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

Received on Friday, 22 September 2017 15:10:21 UTC