зеркало из https://github.com/mozilla/pjs.git
Bug 321171, See if this fixes build errors on Windows/Linux
This commit is contained in:
Родитель
7cb0d63498
Коммит
e6db1ba032
|
@ -38,8 +38,8 @@
|
|||
#include "nsXULTemplateResultXML.h"
|
||||
#include "nsXMLBinding.h"
|
||||
|
||||
NS_IMPL_ADDREF(nsXMLBindingSet);
|
||||
NS_IMPL_RELEASE(nsXMLBindingSet);
|
||||
NS_IMPL_ADDREF(nsXMLBindingSet)
|
||||
NS_IMPL_RELEASE(nsXMLBindingSet)
|
||||
|
||||
nsresult
|
||||
nsXMLBindingSet::AddBinding(nsIAtom* aVar, nsIDOMXPathExpression* aExpr)
|
||||
|
|
|
@ -85,8 +85,8 @@ public:
|
|||
|
||||
public:
|
||||
|
||||
nsrefcnt AddRef();
|
||||
nsrefcnt Release();
|
||||
NS_IMETHOD_(nsrefcnt) AddRef();
|
||||
NS_IMETHOD_(nsrefcnt) Release();
|
||||
NS_DECL_OWNINGTHREAD
|
||||
|
||||
/**
|
||||
|
|
Загрузка…
Ссылка в новой задаче