Bug 278051 remove quotes from embedding modules macros

r=zack sr=alecf


git-svn-id: svn://10.0.0.236/trunk@168485 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cst%andrew.cmu.edu
2005-01-29 00:44:55 +00:00
parent 8d72766e92
commit 828c4506dd
2 changed files with 2 additions and 2 deletions

View File

@@ -65,4 +65,4 @@ static const nsModuleComponentInfo components[] =
}
};
NS_IMPL_NSGETMODULE("EmbedLite components", components)
NS_IMPL_NSGETMODULE(EmbedLiteComponents, components)