Reduce do_GetService code bloat further by adding specialized assignment to nsCOMPtr and providing a version with no error pointer. Also make CallGetService work the same way as CallGetComponent does, as far as using frozen/non-frozen interface to service manager. Bug 264456, r=darin.

This commit is contained in:
bryner%brianryner.com 2006-05-17 02:38:46 +00:00
parent 97d4d9cee5
commit 95543963f4

View File

@ -42,7 +42,7 @@
#include "nsIDOMDocument.h"
#include "nsIDOMNodeFilter.h"
#include "nsIDOMNodeList.h"
#include "nsIServiceManagerUtils.h"
#include "nsServiceManagerUtils.h"
#include "inIDOMUtils.h"
/*****************************************************************************