diff --git a/mozilla/layout/forms/nsTextControlFrame.cpp b/mozilla/layout/forms/nsTextControlFrame.cpp index 56ee8cef075..20b801b07a7 100644 --- a/mozilla/layout/forms/nsTextControlFrame.cpp +++ b/mozilla/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,