Chromium Code Reviews| Index: Source/core/html/imports/HTMLImportChild.cpp |
| diff --git a/Source/core/html/imports/HTMLImportChild.cpp b/Source/core/html/imports/HTMLImportChild.cpp |
| index 525f6dea503dd04f2c7f2ca415381b73f28b87bd..0eb3d6550ca8d82fd56433333cb95a2af7c802ea 100644 |
| --- a/Source/core/html/imports/HTMLImportChild.cpp |
| +++ b/Source/core/html/imports/HTMLImportChild.cpp |
| @@ -185,7 +185,7 @@ void HTMLImportChild::clearClient() |
| HTMLLinkElement* HTMLImportChild::link() const |
| { |
| if (!m_client) |
| - return 0; |
| + return nullptr; |
| return m_client->link(); |
| } |