Replaced includes and references to nsIScriptContextOwner with nsIScriptGlobalObjectOwner.

This commit is contained in:
tbogard%aol.net 1999-12-08 04:54:33 +00:00
Родитель 244bfeaee8
Коммит adcb67f352
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -26,7 +26,7 @@
#include "nsIBaseWindow.idl"
#include "nsIScrollable.idl"
#include "nsITextScroll.idl"
#include "nsIScriptContextOwner.idl"
#include "nsIScriptGlobalObjectOwner.idl"
/*
nsCHTMLDocShell implements:
@ -37,7 +37,7 @@ nsIDocShellTreeNode
nsIBaseWindow
nsIScrollable
nsITextScroll
nsIScriptContextOwner
nsIScriptGlobalObjectOwner
*/
%{ C++