mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 683802 - remove trailing ; to fix Maemo bustage. r=bholley
This commit is contained in:
parent
a3f6e40795
commit
5dda5020df
@ -59,9 +59,9 @@
|
||||
{ 0x1f11076a, 0x0fa2, 0x4f07, \
|
||||
{ 0xb4, 0x7a, 0xa1, 0x54, 0x31, 0xf2, 0xce, 0xf7 } }
|
||||
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR(xpcTestObjectReadOnly);
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR(xpcTestObjectReadWrite);
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR(nsXPCTestParams);
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR(xpcTestObjectReadOnly)
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR(xpcTestObjectReadWrite)
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR(nsXPCTestParams)
|
||||
NS_DEFINE_NAMED_CID(NS_XPCTESTOBJECTREADONLY_CID);
|
||||
NS_DEFINE_NAMED_CID(NS_XPCTESTOBJECTREADWRITE_CID);
|
||||
NS_DEFINE_NAMED_CID(NS_XPCTESTPARAMS_CID);
|
||||
|
Loading…
Reference in New Issue
Block a user