mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 18:07:31 +09:00
Bug 1216885 - Make nsISelectionPrivate not inherit from nsISelection
This commit is contained in:
parent
5e4986611d
commit
5eca87831c
2 changed files with 4 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue