зеркало из https://github.com/mozilla/pjs.git
Ensure gRefCnt is initialized to zero. Code from ericb@neoplanet.com, approval=me
This commit is contained in:
Родитель
972e5477d0
Коммит
265c64b0bc
|
@ -139,10 +139,10 @@ static const char kBookmarkCommand[] = "http://home.netscape.com/NC
|
|||
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
|
||||
PRInt32 gRefCnt;
|
||||
PRInt32 gRefCnt=0;
|
||||
nsIRDFService *gRDF;
|
||||
nsIRDFContainerUtils *gRDFC;
|
||||
nsICharsetAlias* gCharsetAlias;
|
||||
nsICharsetAlias *gCharsetAlias;
|
||||
|
||||
nsIRDFResource *kNC_Bookmark;
|
||||
nsIRDFResource *kNC_BookmarkSeparator;
|
||||
|
|
Загрузка…
Ссылка в новой задаче