mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Suppress XTF factory-search spew for those silly enough to use XML documents
with namespaces. r=bryner
This commit is contained in:
parent
2d5fec5c1a
commit
64464abeda
@ -120,7 +120,7 @@ nsXTFService::CreateElement(nsIContent** aResult, nsINodeInfo* aNodeInfo)
|
||||
nsAutoString uri;
|
||||
aNodeInfo->GetNamespaceURI(uri);
|
||||
AppendUTF16toUTF8(uri, xtf_contract_id);
|
||||
#ifdef DEBUG
|
||||
#ifdef DEBUG_xtf_verbose
|
||||
printf("Testing for XTF factory at %s\n", xtf_contract_id.get());
|
||||
#endif
|
||||
factory = do_GetService(xtf_contract_id.get());
|
||||
|
Loading…
Reference in New Issue
Block a user