src: fix v8 PRNG entropy seeding
authorBen Noordhuis <info@bnoordhuis.nl>
Mon, 23 Sep 2013 12:27:26 +0000 (14:27 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Mon, 23 Sep 2013 12:27:35 +0000 (14:27 +0200)
commit75ea566f5abd09882b25b9335f5ae6c53a22fcb6
tree1213d9f461ea4a4f8b6ba43e68ab23d466a1b3c4
parent7ac23910c526acc2db448c1093e2bebc7581a2aa
src: fix v8 PRNG entropy seeding

It was pointed out by a member of the V8 team that the call to
V8::SetEntropySource() should come before V8::Initialize().

See also commit 7ac2391.
src/node.cc