From 64875ed348082e1ebef107a23c07799b973764c1 Mon Sep 17 00:00:00 2001 From: janekptacijarabaci Date: Sat, 14 Apr 2018 21:28:42 +0200 Subject: moebius#53: HTML - input - support for dynamic maxlength https://github.com/MoonchildProductions/moebius/pull/53 --- dom/html/nsTextEditorState.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dom/html/nsTextEditorState.h') diff --git a/dom/html/nsTextEditorState.h b/dom/html/nsTextEditorState.h index 11494f155..caf5e8eed 100644 --- a/dom/html/nsTextEditorState.h +++ b/dom/html/nsTextEditorState.h @@ -203,7 +203,7 @@ public: * @param aMaxLength the value of the max length attr * @returns false if attr not defined */ - bool GetMaxLength(int32_t* aMaxLength); + int32_t GetMaxLength(); void ClearValueCache() { mCachedValue.Truncate(); } -- cgit v1.2.3