Commit d5d4f194 authored by Fedor Indutny's avatar Fedor Indutny Committed by Myles Borins
Browse files

net: replace __defineGetter__ with defineProperty

`Object.prototype.__defineGetter__` is deprecated now, use
`Object.defineProperty` instead.

PR-URL: https://github.com/nodejs/node/pull/6284


Reviewed-By: default avatarBen Noordhuis <info@bnoordhuis.nl>
parent 20dcdd36
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