| Index: tests/FontHostStreamTest.cpp
|
| diff --git a/tests/FontHostStreamTest.cpp b/tests/FontHostStreamTest.cpp
|
| index 7ac3da363ab4cd253afba6a3680dbef1e90f392f..7843a412a1d54b65095d05ee3dd6c4741e0cfe6a 100644
|
| --- a/tests/FontHostStreamTest.cpp
|
| +++ b/tests/FontHostStreamTest.cpp
|
| @@ -91,7 +91,7 @@ DEF_TEST(FontHostStream, reporter) {
|
|
|
| SkTypeface* origTypeface = paint.getTypeface();
|
| SkAutoTUnref<SkTypeface> aur;
|
| - if (NULL == origTypeface) {
|
| + if (nullptr == origTypeface) {
|
| origTypeface = aur.reset(SkTypeface::RefDefault());
|
| }
|
|
|
|
|