mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-02 22:37:50 +00:00
Added a .get() to a comptr to make it compile on linux.
This commit is contained in:
parent
6f83a7fc25
commit
6e4324a177
@ -240,7 +240,7 @@ nsDirectoryService::nsDirectoryService()
|
||||
NS_ASSERTION(mHashtable != NULL, "hashtable null error");
|
||||
|
||||
NS_NewISupportsArray(getter_AddRefs(mProviders));
|
||||
NS_ASSERTION(mProviders != NULL, "providers null error");
|
||||
NS_ASSERTION(mProviders.get() != NULL, "providers null error");
|
||||
|
||||
RegisterProvider(NS_STATIC_CAST(nsIDirectoryServiceProvider*, this));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user