Bug 1123760 - bustage follow-up: remove unused variable, rs=bustage on a CLOSED TREE

--HG--
extra : commitid : As5ZYBprXOm
extra : amend_source : 2981eb096957ef64d1bc8d16b4be26d8ecc287d5
This commit is contained in:
Gijs Kruitbosch 2015-10-15 18:36:47 +01:00
parent 3afe5469df
commit cd5713a51d

View File

@ -226,7 +226,6 @@ XULDropmarkerAccessible::DropmarkerOpen(bool aToggleOpen) const
nsIContent* parent = mContent->GetFlattenedTreeParent();
bool foundRightElement = false;
while (parent) {
nsCOMPtr<nsIDOMXULButtonElement> parentButtonElement =
do_QueryInterface(parent);