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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user