This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch upstream/palemoon-master in repository pale-moon. commit 54887c52d77420a20cd326a1137bd9d6b64219a3 Author: Pale Moon <git-repo@palemoon.org> Date: Sun Jul 1 17:32:30 2018 +0200 Fix typo (RefPtr -> nsRefPtr) --- dom/html/HTMLInputElement.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom/html/HTMLInputElement.cpp b/dom/html/HTMLInputElement.cpp index 06e8495..bd839f4 100644 --- a/dom/html/HTMLInputElement.cpp +++ b/dom/html/HTMLInputElement.cpp @@ -3191,7 +3191,7 @@ HTMLInputElement::Focus(ErrorResult& aError) nsNumberControlFrame* numberControlFrame = do_QueryFrame(GetPrimaryFrame()); if (numberControlFrame) { - RefPtr<HTMLInputElement> textControl = + nsRefPtr<HTMLInputElement> textControl = numberControlFrame->GetAnonTextControl(); if (textControl) { textControl->Focus(aError); -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git