mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-12 15:02:11 +00:00
Defined what nsCHTMLDocShell implements and included the appropriate header files.
This commit is contained in:
parent
0a98c8cf5b
commit
31cf8a2f51
@ -20,7 +20,25 @@
|
||||
* Travis Bogard <travis@netscape.com>
|
||||
*/
|
||||
|
||||
#include "nsIDocShell.idl"
|
||||
#include "nsIHTMLDocShell.idl"
|
||||
#include "nsIDocShellEdit.idl"
|
||||
#include "nsIDocShellFile.idl"
|
||||
#include "nsIGenericWindow.idl"
|
||||
#include "nsIScrollable.idl"
|
||||
#include "nsITextScroll.idl"
|
||||
|
||||
/*
|
||||
nsCHTMLDocShell implements:
|
||||
-------------------------
|
||||
nsIDocShell
|
||||
nsIHTMLDocShell
|
||||
nsIDocShellEdit
|
||||
nsIDocShellFile
|
||||
nsIGenericWindow
|
||||
nsIScrollable
|
||||
nsITextScroll
|
||||
*/
|
||||
|
||||
%{ C++
|
||||
// {F1EAC762-87E9-11d3-AF80-00A024FFC08C} -
|
||||
|
Loading…
x
Reference in New Issue
Block a user