SetWebShell now sets a DocShell instead.

This commit is contained in:
tbogard%aol.net 2000-03-11 01:27:42 +00:00
Родитель 5ac1fb302b
Коммит 17b77135c3
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -25,7 +25,7 @@
#include "nsIMenuListener.h"
#include "nsString.h"
#include "nsIDOMElement.h"
#include "nsIWebShell.h"
#include "nsIDocShell.h"
class nsIDOMNode;
class nsIFactory;
class nsIMenuItem;
@ -76,7 +76,7 @@ public:
NS_IMETHOD SetDOMElement(nsIDOMElement * aDOMElement) = 0;
NS_IMETHOD GetDOMElement(nsIDOMElement ** aDOMElement) = 0;
NS_IMETHOD SetWebShell(nsIWebShell * aWebShell) = 0;
NS_IMETHOD SetDocShell(nsIDocShell * aDocShell) = 0;
};