зеркало из https://github.com/mozilla/gecko-dev.git
Use NS_ProxyRelease to make sure XPCOM objects are released on the correct thread. Not part of default build.
Original committer: pedemont%us.ibm.com Original revision: 1.6 Original date: 2004/10/06 22:13:00
This commit is contained in:
Родитель
1b509e6efc
Коммит
cab0d3518b
|
@ -124,7 +124,7 @@ public:
|
|||
nsIInterfaceInfo* InterfaceInfo();
|
||||
|
||||
private:
|
||||
nsCOMPtr<nsISupports> mInstance;
|
||||
nsISupports* mInstance;
|
||||
nsCOMPtr<nsIInterfaceInfo> mIInfo;
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче