DescriptionDo not call reinterpret_cast when converting from NULL.
If NULL is a nullptr (such as on my FreeBSD system), it is not possible to
use reinterpret_cast to convert it to another pointer. Plus, just using NULL
directly achieves the same effect.
R=ulan@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=15705
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|