Added some documentation.

git-svn-id: svn://10.0.0.236/trunk@51201 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
tbogard%aol.net
1999-10-19 22:39:57 +00:00
parent fedd700745
commit e5684d8a64

View File

@@ -83,5 +83,9 @@ interface nsIWebBrowser : nsISupports
*/
void removeListener(in nsIWebBrowserListener listener, in long cookie);
/*
The current docShell that is loaded at the root. This will change as
different pages are loaded.
*/
readonly attribute nsIDocShell docShell;
};