Index: third_party/WebKit/Source/core/html/forms/ColorInputType.cpp |
diff --git a/third_party/WebKit/Source/core/html/forms/ColorInputType.cpp b/third_party/WebKit/Source/core/html/forms/ColorInputType.cpp |
index 50e53b418cf2d4efa825aad4b9102471bb94cfa5..086d84c40bd6511285effb0dc92922dfc3c4ef4b 100644 |
--- a/third_party/WebKit/Source/core/html/forms/ColorInputType.cpp |
+++ b/third_party/WebKit/Source/core/html/forms/ColorInputType.cpp |
@@ -262,7 +262,7 @@ Vector<ColorSuggestion> ColorInputType::Suggestions() const { |
return suggestions; |
} |
-AXObject* ColorInputType::PopupRootAXObject() { |
+AXObjectImpl* ColorInputType::PopupRootAXObject() { |
return chooser_ ? chooser_->RootAXObject() : nullptr; |
} |