Forward-declare nsIPresShell in nsISelectionPrivate.h.
git-svn-id: svn://10.0.0.236/trunk@140669 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
067dd808b0
commit
f479e5f2b8
@ -27,13 +27,12 @@
|
||||
#include "nsISelectionDisplay.idl"
|
||||
|
||||
%{C++
|
||||
|
||||
class nsISelection;
|
||||
typedef short SelectionType;
|
||||
typedef short SelectionRegion;
|
||||
%}
|
||||
|
||||
interface nsIDOMNode;
|
||||
interface nsISelection;
|
||||
interface nsISelectionDisplay;
|
||||
|
||||
[scriptable, uuid(D2D1D179-85A7-11d3-9932-00108301233C)]
|
||||
|
||||
@ -43,6 +43,10 @@
|
||||
interface nsIDOMRange;
|
||||
interface nsISelectionListener;
|
||||
|
||||
%{C++
|
||||
class nsIPresShell;
|
||||
%}
|
||||
|
||||
[ptr] native nsIPresShell(nsIPresShell);
|
||||
|
||||
[scriptable, uuid(2d5535e2-1dd2-11b2-8e38-d53ec833adf6)]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user