Ooops. Fix 'component:' URI to have one slash, not two.
This commit is contained in:
Родитель
593501141b
Коммит
42a2c32aab
|
@ -195,7 +195,7 @@ nsRDFResource::GetDelegate(const char* aKey, REFNSIID aIID, void** aResult)
|
|||
}
|
||||
|
||||
// Construct a ProgID of the form "component:/rdf/delegate/[key]/[scheme]
|
||||
nsCAutoString progID("component://rdf/delegate-factory/");
|
||||
nsCAutoString progID("component:/rdf/delegate-factory/");
|
||||
progID.Append(aKey);
|
||||
progID.Append("/");
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче