Thanks a lot, Kevin!

http://codereview.chromium.org/1582004/diff/1/16
File src/platform-linux.cc (right):

http://codereview.chromium.org/1582004/diff/1/16#newcode735
src/platform-linux.cc:735: TickSample sample_obj, *sample = &sample_obj;
On 2010/04/06 09:10:47, Kevin Millikin wrote:
This is probably better as:

TickSample sample_obj;
TickSample* sample = &sample_obj;

Same for the other platform-XXX.cc files.

Done.

http://codereview.chromium.org/1582004

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

To unsubscribe, reply using "remove me" as the subject.

Reply via email to