Bug 1330111 - Expose nsFormFillController's showPopup via nsIFormFillController. r=felipe

MozReview-Commit-ID: 9pc2QDDWTrQ
This commit is contained in:
Matthew Noorenberghe
2017-02-03 12:44:49 -08:00
parent bc02a87553
commit f135b57802
3 changed files with 6 additions and 2 deletions

View File

@@ -1168,7 +1168,7 @@ nsFormFillController::MouseDown(nsIDOMEvent* aEvent)
return ShowPopup();
}
nsresult
NS_IMETHODIMP
nsFormFillController::ShowPopup()
{
bool isOpen = false;