Fix bustage from bad merge of patches for bug 1029104. r=bustage.

--HG--
extra : rebase_source : f08d6d25ea8d6bb063f9f947f096faad7474dd22
This commit is contained in:
Peter Van der Beken 2014-06-27 22:22:51 +02:00
parent 896f8528b0
commit fa9f85abb2
2 changed files with 0 additions and 5 deletions

View File

@ -73,9 +73,6 @@ public:
*/
int32_t
LookupTargetIndex(nsIAtom* aTargetVariable, nsXMLBinding** aBinding);
private:
~nsXMLBindingSet() {};
};
/**

View File

@ -63,8 +63,6 @@ public:
XPathResult* aInResult, ErrorResult& aRv);
private:
~nsXPathExpression() {}
nsAutoPtr<Expr> mExpression;
nsRefPtr<txResultRecycler> mRecycler;
nsWeakPtr mDocument;