src: add missing Context::Scope
authorBen Noordhuis <info@bnoordhuis.nl>
Fri, 6 Mar 2015 05:25:28 +0000 (06:25 +0100)
committerFedor Indutny <fedor@indutny.com>
Fri, 6 Mar 2015 22:58:37 +0000 (17:58 -0500)
commit9f7c9811e2978a1c95392f5a175f12853abda5d6
tree41bd8bfc9a012249a9325ed7ae4d5eaac980925a
parent71f069772e3da00fb2b1707041f3ab348a7c3776
src: add missing Context::Scope

Add a Context::Scope that was overlooked in commit 583a868
("stream_wrap: add HandleScope's in uv callbacks").

PR-URL: https://github.com/iojs/io.js/pull/1084
Reviewed-By: Fedor Indutny <fedor@indutny.com>
src/stream_wrap.cc