commit a6fe17852ae81dec0d634665abac2de42d93cec0
parent 27b3423ac51917e20cef9beab1d17fa2f9bd9fe8
Author: Kagami Sascha Rosylight <krosylight@proton.me>
Date: Wed, 17 Dec 2025 12:21:38 +0000
Bug 1980667 - Remove dangling IsExperimentalMobileType declaration r=dom-core,smaug
Differential Revision: https://phabricator.services.mozilla.com/D276699
Diffstat:
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/dom/html/HTMLInputElement.h b/dom/html/HTMLInputElement.h
@@ -1333,11 +1333,6 @@ class HTMLInputElement final : public TextControlElement,
*/
void ApplyStep(int32_t aStep, ErrorResult&);
- /**
- * Returns if the current type is an experimental mobile type.
- */
- static bool IsExperimentalMobileType(FormControlType);
-
/*
* Returns if the current type is one of the date/time input types: date,
* time, month, week and datetime-local.