mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 498319, r+sr=bz
--HG-- extra : rebase_source : 3e2865232a43ef4e3a63627abf0f603e37351412
This commit is contained in:
parent
de037324a8
commit
bf49643076
@ -624,7 +624,7 @@ protected:
|
|||||||
RestorePresentationEvent(nsDocShell *ds) : mDocShell(ds) {}
|
RestorePresentationEvent(nsDocShell *ds) : mDocShell(ds) {}
|
||||||
void Revoke() { mDocShell = nsnull; }
|
void Revoke() { mDocShell = nsnull; }
|
||||||
private:
|
private:
|
||||||
nsDocShell *mDocShell;
|
nsRefPtr<nsDocShell> mDocShell;
|
||||||
};
|
};
|
||||||
|
|
||||||
// hash of session storages, keyed by domain
|
// hash of session storages, keyed by domain
|
||||||
|
Loading…
Reference in New Issue
Block a user