| Index: third_party/WebKit/Source/wtf/HexNumber.h
|
| diff --git a/third_party/WebKit/Source/wtf/HexNumber.h b/third_party/WebKit/Source/wtf/HexNumber.h
|
| index be92a6e4766c805a9b7971c738eb6ef5ac3fd671..3d1fa8cb041c67339fa9348ee64b3698c6784a4f 100644
|
| --- a/third_party/WebKit/Source/wtf/HexNumber.h
|
| +++ b/third_party/WebKit/Source/wtf/HexNumber.h
|
| @@ -59,7 +59,8 @@ inline void appendUnsignedAsHex(unsigned number,
|
| destination.append(result.data(), result.size());
|
| }
|
|
|
| -// Same as appendUnsignedAsHex, but using exactly 'desiredDigits' for the conversion.
|
| +// Same as appendUnsignedAsHex, but using exactly 'desiredDigits' for the
|
| +// conversion.
|
| template <typename T>
|
| inline void appendUnsignedAsHexFixedSize(unsigned number,
|
| T& destination,
|
|
|