зеркало из https://github.com/mozilla/gecko-dev.git
Forward-declare nsIPresShell in nsISelectionPrivate.h.
This commit is contained in:
Родитель
dcaf858b0d
Коммит
05e5f933f1
|
@ -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)]
|
||||
|
|
Загрузка…
Ссылка в новой задаче