Index: Source/core/html/forms/TextFieldInputType.cpp |
diff --git a/Source/core/html/forms/TextFieldInputType.cpp b/Source/core/html/forms/TextFieldInputType.cpp |
index 67866290bfacd113fe0f8324473eed59a8d82005..62257902005ca14ecfe7f8dd9bb7715f3cd7d9d1 100644 |
--- a/Source/core/html/forms/TextFieldInputType.cpp |
+++ b/Source/core/html/forms/TextFieldInputType.cpp |
@@ -555,4 +555,9 @@ void TextFieldInputType::spinButtonDidReleaseMouseCapture(SpinButtonElement::Eve |
element().dispatchFormControlChangeEvent(); |
} |
+bool TextFieldInputType::supportsSelectionAPI() const |
+{ |
+ return true; |
+} |
+ |
} // namespace blink |