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
add 'using namespace v8' to support node 0.4.7
NODE_PSYMBOL for early versions of node failed to prefix v8 types with
v8:: therefore causing compilation errors if you were not already using
the v8 namespace.
fixeslibxmljs#102