diff --git a/layout/forms/nsTextControlFrame.cpp b/layout/forms/nsTextControlFrame.cpp index 56ee8cef0754..20b801b07a76 100644 --- a/layout/forms/nsTextControlFrame.cpp +++ b/layout/forms/nsTextControlFrame.cpp @@ -3112,7 +3112,8 @@ nsTextControlFrame::SetValue(const nsAString& aValue) JSContext* cx; stack->Pop(&cx); NS_ASSERTION(!cx, "Unexpected JSContext popped!"); - } + } + return; } // Since this code does not handle user-generated changes to the text,