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


git-svn-id: svn://10.0.0.236/trunk@178233 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mozdev.org 2005-08-19 09:38:45 +00:00
parent a52a84aa64
commit 117f582593

View File

@ -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;