Bug 1297802 - Remove unused RefPtr<> and COMPtr<> types in dom/, r=baku

MozReview-Commit-ID: CLUJZdbN7sW
This commit is contained in:
Michael Layzell
2016-08-24 14:09:12 -04:00
parent 0f1045b736
commit 5b51c96616
17 changed files with 87 additions and 117 deletions

View File

@@ -614,7 +614,6 @@ HTMLSelectElement::Add(nsIDOMHTMLElement* aElement,
}
nsCOMPtr<nsISupports> supports;
nsCOMPtr<nsIDOMHTMLElement> beforeElement;
// whether aBefore is nsIDOMHTMLElement...
if (NS_SUCCEEDED(aBefore->GetAsISupports(getter_AddRefs(supports)))) {