You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src: move BaseObject subclass dtors out of node_crypto.h
Move destructors for subclasses of `BaseObject` from node_crypto.h
to node_crypto.cc. This removes the need to include base_object-inl.h
when using node_crypto.h in some cases.
0 commit comments