DescriptionHashTraits<RawPtr> uses 'nullptr'
It is now agreed in blink that 'nullptr' is used
to represent a null value for smart pointers.
This patch makes HashTraits<RawPtr> use 'nullptr_t'
as 'EmptyValueType' making it consistent with
HashTraits<RefPtr> and HashTraits<OwnPtr>.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=168520
Patch Set 1 #
Messages
Total messages: 9 (0 generated)
|