Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

src: don't use deprecated v8::Template::Set() #50

Merged
merged 1 commit into from
May 7, 2016

Conversation

evanlucas
Copy link
Contributor

See [0] and [1]: starting with Node.js v6, setting non-primitive values
on FunctionTemplate and ObjectTemplate instances is discouraged; v7 will
downright disallow it. Update the code base.

[0] nodejs/node#6216
[1] nodejs/node#6228

and thanks to @bnoordhuis for the fix.

See [0] and [1]: starting with node.js v6, setting non-primitive values
on FunctionTemplate and ObjectTemplate instances is discouraged; v7 will
downright disallow it. Update the code base.

[0] nodejs/node#6216
[1] nodejs/node#6228
@zcbenz
Copy link
Contributor

zcbenz commented May 7, 2016

👍

@zcbenz zcbenz merged commit 3865d7d into atom:master May 7, 2016
@evanlucas evanlucas deleted the fixnode6 branch May 7, 2016 00:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants