Index: Source/core/html/forms/InputTypeView.cpp |
diff --git a/Source/core/html/forms/InputTypeView.cpp b/Source/core/html/forms/InputTypeView.cpp |
index b3fb936738816ef061731e3733b8da95c369f9ae..696d9a2f00992a0d8b00f68993700c24b550ff94 100644 |
--- a/Source/core/html/forms/InputTypeView.cpp |
+++ b/Source/core/html/forms/InputTypeView.cpp |
@@ -224,7 +224,7 @@ void InputTypeView::updatePlaceholderText() |
AXObject* InputTypeView::popupRootAXObject() |
{ |
- return 0; |
+ return nullptr; |
} |
DEFINE_TRACE(ClickHandlingState) |