Chromium Code Reviews| Index: Source/core/html/HTMLMapElement.cpp |
| diff --git a/Source/core/html/HTMLMapElement.cpp b/Source/core/html/HTMLMapElement.cpp |
| index 5aea0eae57d0675fe5a261494ce3511ea90f380a..295a18a0a2582f42467a4560a55f5cdc990d52fc 100644 |
| --- a/Source/core/html/HTMLMapElement.cpp |
| +++ b/Source/core/html/HTMLMapElement.cpp |
| @@ -81,7 +81,7 @@ HTMLImageElement* HTMLMapElement::imageElement() |
| return &imageElement; |
| } |
| - return 0; |
| + return nullptr; |
| } |
| void HTMLMapElement::parseAttribute(const QualifiedName& name, const AtomicString& value) |