Commit 685ac099 authored by Fedor Indutny's avatar Fedor Indutny
Browse files

src, test: fixup after v8 update



Because of behavior change of some V8 APIs (they mostly became more
    strict), following modules needed to be fixed:

* crypto: duplicate prototype methods are not allowed anymore
* contextify: some TryCatch trickery, the binding was using it
incorrectly
* util: maximum call stack error is now crashing in a different place

Reviewed-By: default avatarTrevor Norris <trevnorris@gmail.com>
PR-URL: https://github.com/joyent/node/pull/8476
parent 42ecd48c
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment