mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-11 21:58:41 +02:00
Bug 1252650 - char16_t*/char16ptr_t mismatch fixup.
This commit is contained in:
parent
0b13a5e58c
commit
15144101ad
1 changed files with 1 additions and 1 deletions
|
|
@ -814,7 +814,7 @@ NS_CreateServicesFromCategory(const char* aCategory,
|
|||
nsCOMPtr<nsIObserver> observer = do_QueryInterface(instance);
|
||||
if (observer) {
|
||||
observer->Observe(aOrigin, aObserverTopic,
|
||||
aObserverData ? aObserverData : EmptyString().get());
|
||||
aObserverData ? aObserverData : MOZ_UTF16(""));
|
||||
} else {
|
||||
LogMessage("While creating services from category '%s', service for entry '%s', contract ID '%s' does not implement nsIObserver.",
|
||||
aCategory, entryString.get(), contractID.get());
|
||||
|
|
|
|||
Loading…
Reference in a new issue