win: fix ObjectWrap for latest v8
authorScott Blomquist <sblom@microsoft.com>
Tue, 29 Oct 2013 18:43:31 +0000 (11:43 -0700)
committerTrevor Norris <trev.norris@gmail.com>
Tue, 29 Oct 2013 21:53:03 +0000 (14:53 -0700)
commit7a7101ac9b5fc34115ba3db278a503b96dcd4a8b
treed364985077cfe9dfcbaa9d8da857466215776345
parentc137e3d2492160433a78a5d453b8768a7a106864
win: fix ObjectWrap for latest v8

We need to keep ObjectWrap around for module authors (we think), but
v8 3.21 broke node_object_wrap.h with respect to MSVC. Coincidentally,
we no longer use ObjectWrap at all in core, and native modules might
as well use their own entirely internal implementation if they need it.
src/node_object_wrap.h