https://codereview.chromium.org/1045753002/diff/90001/include/v8-profiler.h
File include/v8-profiler.h (right):
https://codereview.chromium.org/1045753002/diff/90001/include/v8-profiler.h#newcode25
include/v8-profiler.h:25: unsigned int position;
unsigned int -> unsigned
https://codereview.chromium.org/1045753002/diff/90001/src/profile-generator.h
File src/profile-generator.h (right):
https://codereview.chromium.org/1045753002/diff/90001/src/profile-generator.h#newcode40
src/profile-generator.h:40: typedef v8::CpuProfileDeoptInfo DeoptInfo;
Can we use original type without the alias. It seems to be more clear.
https://codereview.chromium.org/1045753002/diff/90001/test/cctest/test-cpu-profiler.cc
File test/cctest/test-cpu-profiler.cc (right):
https://codereview.chromium.org/1045753002/diff/90001/test/cctest/test-cpu-profiler.cc#newcode59
test/cctest/test-cpu-profiler.cc:59: static unsigned int offset(const
char* src, const char* substring) {
unsigned int -> unsigned
https://codereview.chromium.org/1045753002/diff/90001/test/cctest/test-cpu-profiler.cc#newcode62
test/cctest/test-cpu-profiler.cc:62: return static_cast<unsigned int>(it
- src);
unsigned int -> unsigned
https://codereview.chromium.org/1045753002/
--
--
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/d/optout.