Bug 498319, r+sr=bz

--HG--
extra : rebase_source : 3e2865232a43ef4e3a63627abf0f603e37351412
This commit is contained in:
Olli Pettay 2009-06-16 12:05:09 +03:00
parent de037324a8
commit bf49643076

View File

@ -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