diff options
author | Moonchild <mcwerewolf@gmail.com> | 2018-05-01 09:55:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-01 09:55:55 +0200 |
commit | e8167218ccc43015adecde8128da6b282363dab0 (patch) | |
tree | 4fa8d617c40af1a80e82c79b635bb4d725059146 /dom | |
parent | bd7085e3f4d60ef595358481da25966e42b7a556 (diff) | |
parent | 9676421e78628a76a3d81f14b542f277856a73c8 (diff) | |
download | uxp-e8167218ccc43015adecde8128da6b282363dab0.tar.gz |
Merge pull request #309 from janekptacijarabaci/build_warnings_4
Build - throws a warning "interface 'nsISelectionPrivate' is scriptable but derives from non-scriptable 'nsISelection'"
Diffstat (limited to 'dom')
-rw-r--r-- | dom/base/nsISelectionPrivate.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/base/nsISelectionPrivate.idl b/dom/base/nsISelectionPrivate.idl index 68412885e3..049873b28b 100644 --- a/dom/base/nsISelectionPrivate.idl +++ b/dom/base/nsISelectionPrivate.idl @@ -29,7 +29,7 @@ native nsDirection(nsDirection); native ScrollAxis(nsIPresShell::ScrollAxis); [scriptable, builtinclass, uuid(0c9f4f74-ee7e-4fe9-be6b-0ba856368178)] -interface nsISelectionPrivate : nsISelection +interface nsISelectionPrivate : nsISupports { const short ENDOFPRECEDINGLINE=0; const short STARTOFNEXTLINE=1; |