summaryrefslogtreecommitdiff
path: root/deps/uv/src/win/winapi.h
diff options
context:
space:
mode:
authorFedor Indutny <fedor@indutny.com>2015-12-14 00:58:37 -0500
committerFedor Indutny <fedor@indutny.com>2015-12-14 15:47:32 -0500
commite0bb118a1d5f8b6b1eb2405f2dc19b8118f8ec0e (patch)
tree8c273642c24490a640ef18b07cc2924472e84d9b /deps/uv/src/win/winapi.h
parentd3c498b1b7ab12d81b78a3b6ce71a508c3e1740c (diff)
downloadandroid-node-v8-e0bb118a1d5f8b6b1eb2405f2dc19b8118f8ec0e.tar.gz
android-node-v8-e0bb118a1d5f8b6b1eb2405f2dc19b8118f8ec0e.tar.bz2
android-node-v8-e0bb118a1d5f8b6b1eb2405f2dc19b8118f8ec0e.zip
tls_wrap: inherit from the `AsyncWrap` first
`WrapperInfo` casts pointer in JS object's internal field to `AsyncWrap`. This approach fails miserably for `TLSWrap` because it was inhereted from the `StreamBase` first, creating different kind of `vtable` for the whole class. Reorder parent classes to put `AsyncWrap` first. Fix: https://github.com/nodejs/node/issues/4250 PR-URL: https://github.com/nodejs/node/pull/4268 Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'deps/uv/src/win/winapi.h')
0 files changed, 0 insertions, 0 deletions