Bug 304900 - comment about moving methods when interface is frozen is stale or was made into a lie

patch by timwatt@gmail.com r=dougt
This commit is contained in:
timeless%mozdev.org 2005-08-19 09:38:45 +00:00
Родитель 23bc05d142
Коммит 117a4c55ce
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -548,7 +548,6 @@ nsresult NS_COM NS_InitXPCOM3(nsIServiceManager* *result,
nsCOMPtr<nsIMemory> memory;
NS_GetMemoryManager(getter_AddRefs(memory));
// dougt - these calls will be moved into a new interface when nsIComponentManager is frozen.
rv = compMgr->RegisterService(kMemoryCID, memory);
if (NS_FAILED(rv)) return rv;