Fix for bugzilla bug 86330 r=adamock sr=rpotts. Bug with SH in frames with targets

git-svn-id: svn://10.0.0.236/trunk@98497 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
radha%netscape.com
2001-07-03 00:00:12 +00:00
parent 841c0af3d2
commit b5ffdd96d0
2 changed files with 43 additions and 41 deletions

View File

@@ -319,10 +319,10 @@ protected:
// Reference to the SHEntry for this docshell until the page is destroyed.
// Somebody give me better name
nsCOMPtr<nsISHEntry> OSHE;
nsCOMPtr<nsISHEntry> mOSHE;
// Reference to the SHEntry for this docshell until the page is loaded
// Somebody give me better name
nsCOMPtr<nsISHEntry> LSHE;
nsCOMPtr<nsISHEntry> mLSHE;
// this flag is for bug #21358. a docshell may load many urls
// which don't result in new documents being created (i.e. a new content viewer)