Bug 770317: Fix class name in mof file. r=glandium

This commit is contained in:
Nicolas Chaim 2012-07-31 15:51:08 -04:00
parent 063e53c63c
commit 9dabac712d

View File

@ -24,6 +24,6 @@ class MozillaEventSessionStoreWindowRestored : MozillaProvider
[dynamic: ToInstance, Description("Mozilla Event: XPCOM Shutdown."): Amended,
Guid("{26D1E091-0AE7-4F49-A554-4214445C505C}"),
EventType(1)]
class MozillaEventSessionStoreWindowRestored : MozillaProvider
class MozillaEventXPCOMShutdown : MozillaProvider
{
};