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 | d0c19e4607964c04109e12399e98e86b331edd0f (patch) | |
tree | 4fa8d617c40af1a80e82c79b635bb4d725059146 /dom | |
parent | 0913ffa0cdee200fd30055bbfc1054c639c7866c (diff) | |
parent | 83e6cb541070f5ac9b31a1b6d146c0992c44c81e (diff) | |
download | uxp-d0c19e4607964c04109e12399e98e86b331edd0f.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; |