author | Benjamin Smedberg <benjamin@smedbergs.us> |
Fri, 29 Apr 2011 10:53:33 -0400 | |
changeset 69131 | f8b47b19a1e418b12ee181b3db0b6797392e73a4 |
parent 69130 | 324c2304522043f3bcd58207c57fa3b63f5e1a39 |
child 69133 | 040d371ebdf4dae89a130a0af8e794ab94e5cf55 |
push id | 11 |
push user | ffxbld |
push date | Thu, 11 Aug 2011 21:43:38 +0000 |
treeherder | mozilla-release@cf0a29826586 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
milestone | 6.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/xpcom/components/Module.h +++ b/xpcom/components/Module.h @@ -48,17 +48,17 @@ namespace mozilla { /** * A module implements one or more XPCOM components. This structure is used * for both binary and script modules, but the registration members * (cids/contractids/categoryentries) are unused for modules which are loaded * via a module loader. */ struct Module { - static const int kVersion = 2; + static const int kVersion = 6; struct CIDEntry; typedef already_AddRefed<nsIFactory> (*GetFactoryProcPtr) (const Module& module, const CIDEntry& entry); typedef nsresult (*ConstructorProcPtr)(nsISupports* aOuter, const nsIID& aIID,