forward declare the interface instead of using ptr native for nsIDocumentLoaderObserver r=rginda

This commit is contained in:
pavlov%netscape.com 2000-03-15 08:41:52 +00:00
Родитель 45f4babcfe
Коммит 1bb4ef637c
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -39,10 +39,10 @@
[ptr] native nsIPresContext(nsIPresContext);
[ptr] native nsIPresShell(nsIPresShell);
[ptr] native nsIDocumentLoaderObserver(nsIDocumentLoaderObserver);
[ptr] native nsIContentViewer(nsIContentViewer);
interface nsIChromeEventHandler;
interface nsIDocumentLoaderObserver;
[scriptable, uuid(69E5DE00-7B8B-11d3-AF61-00A024FFC08C)]
interface nsIDocShell : nsISupports