Bug 656331 - XPCOM binary component loading never checks mVersion, r=bz
This commit is contained in:
@@ -53,7 +53,7 @@ namespace mozilla {
|
||||
*/
|
||||
struct Module
|
||||
{
|
||||
static const int kVersion = 6;
|
||||
static const unsigned int kVersion = 6;
|
||||
|
||||
struct CIDEntry;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user