Use NS_METHOD where appropriate in layout-debug's factory. (Not part of default build.)

This commit is contained in:
L. David Baron 2009-04-22 10:13:48 -07:00
Родитель 800fa5292f
Коммит 06e8ad4f5d
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -50,7 +50,7 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(nsRegressionTester)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsLayoutDebuggingTools)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsLayoutDebugCLH)
static NS_IMETHODIMP
static NS_METHOD
RegisterCommandLineHandlers(nsIComponentManager* compMgr, nsIFile* path,
const char *location, const char *type,
const nsModuleComponentInfo *info)
@ -68,7 +68,7 @@ RegisterCommandLineHandlers(nsIComponentManager* compMgr, nsIFile* path,
return NS_OK;
}
static NS_IMETHODIMP
static NS_METHOD
UnregisterCommandLineHandlers(nsIComponentManager* compMgr, nsIFile *path,
const char *location,
const nsModuleComponentInfo *info)