diff --git a/mozilla/xpcom/ds/nsObserver.cpp b/mozilla/xpcom/ds/nsObserver.cpp index fb75d49f73d..223c9bf08a4 100644 --- a/mozilla/xpcom/ds/nsObserver.cpp +++ b/mozilla/xpcom/ds/nsObserver.cpp @@ -33,7 +33,7 @@ static NS_DEFINE_IID(kObserverCID, NS_OBSERVER_CID); // nsObserver Implementation -NS_IMPL_AGGREGATED(nsObserver); +NS_IMPL_AGGREGATED(nsObserver) NS_COM nsresult NS_NewObserver(nsIObserver** anObserver, nsISupports* outer) {