mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix second bustage after bug 501423 landed
This commit is contained in:
parent
5552c3d9d0
commit
2aad3d1b91
@ -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
|
||||
{
|
||||
|
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user