зеркало из https://github.com/mozilla/gecko-dev.git
Bug 278051 remove quotes from embedding modules macros
r=zack sr=alecf
This commit is contained in:
Родитель
abb5f54516
Коммит
a166f17197
|
@ -52,5 +52,5 @@ static const nsModuleComponentInfo components[] =
|
|||
}
|
||||
};
|
||||
|
||||
NS_IMPL_NSGETMODULE("Qt components", components)
|
||||
NS_IMPL_NSGETMODULE(QtComponents, components)
|
||||
#endif
|
||||
|
|
|
@ -65,4 +65,4 @@ static const nsModuleComponentInfo components[] =
|
|||
}
|
||||
};
|
||||
|
||||
NS_IMPL_NSGETMODULE("EmbedLite components", components)
|
||||
NS_IMPL_NSGETMODULE(EmbedLiteComponents, components)
|
||||
|
|
Загрузка…
Ссылка в новой задаче