Chromium Code Reviews| Index: Source/wtf/text/AtomicStringCF.cpp |
| diff --git a/Source/wtf/text/AtomicStringCF.cpp b/Source/wtf/text/AtomicStringCF.cpp |
| index a8ab3464c0f758312a19be76def72e51eb233142..5b90ba5239ae8e7118884dd9c486d4556572b0d4 100644 |
| --- a/Source/wtf/text/AtomicStringCF.cpp |
| +++ b/Source/wtf/text/AtomicStringCF.cpp |
| @@ -36,7 +36,7 @@ namespace WTF { |
| PassRefPtr<StringImpl> AtomicString::add(CFStringRef string) |
| { |
| if (!string) |
| - return 0; |
| + return nullptr; |
| CFIndex length = CFStringGetLength(string); |