Backed out changeset c724fbd9c326 (bug 1332812) for build bustage. r=backout on a CLOSED TREE

This commit is contained in:
Sebastian Hengst
2017-02-02 16:58:52 +01:00
parent c53eee7a84
commit 7e11a9fec6
9 changed files with 268 additions and 39 deletions

View File

@@ -522,7 +522,7 @@ nsFormFillController::GetSearchParam(nsAString &aSearchParam)
mFocusedInput->GetName(aSearchParam);
if (aSearchParam.IsEmpty()) {
nsCOMPtr<Element> element = do_QueryInterface(mFocusedInput);
nsCOMPtr<nsIDOMHTMLElement> element = do_QueryInterface(mFocusedInput);
element->GetId(aSearchParam);
}