зеркало из https://github.com/mozilla/gecko-dev.git
Fix usage of NS_GET_IID with a template param to use the NS_GET_TEMPLATE_IID version, from bug 313309.
This commit is contained in:
Родитель
afaacd8030
Коммит
8d046ba95a
|
@ -165,7 +165,7 @@ public:
|
|||
|
||||
// Helper function for querying the channel's notification callbacks.
|
||||
template <class T> void GetCallback(nsCOMPtr<T> &result) {
|
||||
GetInterface(NS_GET_IID(T), getter_AddRefs(result));
|
||||
GetInterface(NS_GET_TEMPLATE_IID(T), getter_AddRefs(result));
|
||||
}
|
||||
|
||||
// Helper function for calling QueryInterface on this.
|
||||
|
|
Загрузка…
Ссылка в новой задаче