backing edburns out to open up the tree.

sorry ed.  a=granrose


git-svn-id: svn://10.0.0.236/trunk@235711 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sspitzer%netscape.com 2007-09-12 17:48:36 +00:00
parent 9128c2cc56
commit cb1238e33b
2 changed files with 3 additions and 1 deletions

View File

@ -1582,6 +1582,8 @@ BookmarkParser::setFolderHint(nsIRDFResource *newSource, nsIRDFResource *objType
////////////////////////////////////////////////////////////////////////
// BookmarkDataSourceImpl
nsCOMPtr<nsITimer> nsBookmarksService::mTimer;
nsBookmarksService::nsBookmarksService()
: mInner(nsnull), mBookmarksAvailable(PR_FALSE), mDirty(PR_FALSE), mUpdateBatchNest(0)

View File

@ -58,7 +58,7 @@ protected:
nsCOMPtr<nsIStringBundle> mBundle;
nsString mPersonalToolbarName;
PRInt32 mUpdateBatchNest;
nsCOMPtr<nsITimer> mTimer;
static nsCOMPtr<nsITimer> mTimer;
#ifdef XP_MAC
PRBool mIEFavoritesAvailable;