Fix second bustage after bug 501423 landed

This commit is contained in:
Honza Bambas 2010-01-26 15:24:04 +01:00
parent 5552c3d9d0
commit 2aad3d1b91
2 changed files with 1 additions and 3 deletions

View File

@ -50,7 +50,7 @@ class nsIPrincipal;
// {BAFFCEB1-FD40-4ea9-8378-3509DD79204A}
#define NS_PIDOMSTORAGE_IID \
{ 0xbaffceb1, 0xfd40, 0x4ea9, \
{ 0x83, 0x78, 0x35, 0x9, 0xdd, 0x79, 0x20, 0x4a } };
{ 0x83, 0x78, 0x35, 0x9, 0xdd, 0x79, 0x20, 0x4a } }
class nsPIDOMStorage : public nsISupports
{

View File

@ -323,8 +323,6 @@ private:
// Needed for the storage event, this is address of the document this storage
// is bound to
nsString mDocumentURI;
friend class nsDOMStorage2;
nsRefPtr<nsDOMStorage> mStorage;
};