Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj

This commit is contained in:
Birunthan Mohanathas
2014-04-27 03:06:00 -04:00
parent 26792567f5
commit eeb9aaaa94
1104 changed files with 2667 additions and 2673 deletions

View File

@@ -99,10 +99,10 @@ CacheStorageService::MemoryPool::Limit() const
return 0;
}
NS_IMPL_ISUPPORTS3(CacheStorageService,
nsICacheStorageService,
nsIMemoryReporter,
nsITimerCallback)
NS_IMPL_ISUPPORTS(CacheStorageService,
nsICacheStorageService,
nsIMemoryReporter,
nsITimerCallback)
CacheStorageService* CacheStorageService::sSelf = nullptr;
@@ -1079,7 +1079,7 @@ NS_IMETHODIMP CacheEntryDoomByKeyCallback::OnFileDoomed(CacheFileHandle *aHandle
return NS_OK;
}
NS_IMPL_ISUPPORTS1(CacheEntryDoomByKeyCallback, CacheFileIOListener);
NS_IMPL_ISUPPORTS(CacheEntryDoomByKeyCallback, CacheFileIOListener);
} // anon