Index: Source/core/html/forms/ColorInputType.cpp |
diff --git a/Source/core/html/forms/ColorInputType.cpp b/Source/core/html/forms/ColorInputType.cpp |
index 72d599f63d79cca7a4218dcde86846efdb8b0d1d..ce6d1a8e4e8b04cd726831bf5878e24fa5eabe15 100644 |
--- a/Source/core/html/forms/ColorInputType.cpp |
+++ b/Source/core/html/forms/ColorInputType.cpp |
@@ -35,8 +35,8 @@ |
#include "bindings/core/v8/ScriptController.h" |
#include "core/CSSPropertyNames.h" |
#include "core/InputTypeNames.h" |
-#include "core/events/MouseEvent.h" |
#include "core/dom/shadow/ShadowRoot.h" |
+#include "core/events/MouseEvent.h" |
#include "core/html/HTMLDataListElement.h" |
#include "core/html/HTMLDataListOptionsCollection.h" |
#include "core/html/HTMLDivElement.h" |
@@ -274,7 +274,7 @@ Vector<ColorSuggestion> ColorInputType::suggestions() const |
AXObject* ColorInputType::popupRootAXObject() |
{ |
- return m_chooser ? m_chooser->rootAXObject() : 0; |
+ return m_chooser ? m_chooser->rootAXObject() : nullptr; |
} |
ColorChooserClient* ColorInputType::colorChooserClient() |