Chromium Code Reviews| Index: core/fxcodec/jbig2/JBig2_PatternDict.cpp |
| diff --git a/core/fxcodec/jbig2/JBig2_PatternDict.cpp b/core/fxcodec/jbig2/JBig2_PatternDict.cpp |
| index e74d83647c3861ff4286b038b0fb651e0812786d..9598dc4bae56082e73d6f889ffbce909f333de28 100644 |
| --- a/core/fxcodec/jbig2/JBig2_PatternDict.cpp |
| +++ b/core/fxcodec/jbig2/JBig2_PatternDict.cpp |
| @@ -10,7 +10,7 @@ |
| CJBig2_PatternDict::CJBig2_PatternDict() { |
| NUMPATS = 0; |
| - HDPATS = NULL; |
| + HDPATS = nullptr; |
| } |
| CJBig2_PatternDict::~CJBig2_PatternDict() { |