https://codereview.chromium.org/11574031/diff/99001/src/third_party/vtune/vtune-jit.cc
File src/third_party/vtune/vtune-jit.cc (right):

https://codereview.chromium.org/11574031/diff/99001/src/third_party/vtune/vtune-jit.cc#newcode187
src/third_party/vtune/vtune-jit.cc:187:
reinterpret_cast<v8::internal::Script**>(*event->script);
You should at no point access anything in the v8::internal namespace in
this implementation. Everything you have to do you must do with the v8.h
API

https://codereview.chromium.org/11574031/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to