mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-01 11:27:55 +00:00
fix xlC 5.x compiler bustage
r=bbaetz@@student.usyd.edu.au r=dbaron@fas.harvard.edu (sort of) # 119304
This commit is contained in:
parent
8bad2a319e
commit
1d98686aac
@ -70,7 +70,7 @@ nsSVGValue::NotifyObservers(SVGObserverNotifyFunction f)
|
||||
nsIWeakReference* wr = NS_STATIC_CAST(nsIWeakReference*,mObservers.ElementAt(i));
|
||||
nsCOMPtr<nsISVGValueObserver> observer = do_QueryReferent(wr);
|
||||
if(observer)
|
||||
(observer.get()->*f)(this);
|
||||
(NS_STATIC_CAST(nsISVGValueObserver*,observer)->*f)(this);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user