This commit is contained in:
pinkerton%netscape.com 2001-03-30 05:22:42 +00:00
Родитель 6a6ee49efb
Коммит 686d1cda31
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -235,8 +235,8 @@ public:
virtual ~ChromeContextMenuListener ( ) ;
// nsIDOMContextMenuListener
NS_IMETHOD HandleEvent(nsIDOMEvent* aEvent) { return NS_OK; }
NS_IMETHOD ContextMenu ( nsIDOMEvent* aEvent );
virtual nsresult HandleEvent(nsIDOMEvent* aEvent) { return NS_OK; }
virtual nsresult ContextMenu ( nsIDOMEvent* aEvent );
// Add/remove the relevant listeners, based on what interfaces
// the embedding chrome implements.