зеркало из https://github.com/mozilla/gecko-dev.git
Use NS_METHOD where appropriate in layout-debug's factory. (Not part of default build.)
This commit is contained in:
Родитель
800fa5292f
Коммит
06e8ad4f5d
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче