Index: Source/core/html/forms/TextFieldInputType.cpp |
diff --git a/Source/core/html/forms/TextFieldInputType.cpp b/Source/core/html/forms/TextFieldInputType.cpp |
index c801356465d02bb00663a5244f243daf4456033a..989465d48f8a878616b0ada4ecf71e077b877c46 100644 |
--- a/Source/core/html/forms/TextFieldInputType.cpp |
+++ b/Source/core/html/forms/TextFieldInputType.cpp |
@@ -78,7 +78,7 @@ private: |
// FIXME: We should dispatch mousedown events even in such case. |
if (event->type() == EventTypeNames::mousedown) |
event->stopPropagation(); |
- return 0; |
+ return nullptr; |
} |
virtual void defaultEventHandler(Event* event) override |