diff --git a/mozilla/dom/public/domstubs.idl b/mozilla/dom/public/domstubs.idl index 16742e31757..d8051dfec4b 100644 --- a/mozilla/dom/public/domstubs.idl +++ b/mozilla/dom/public/domstubs.idl @@ -95,6 +95,21 @@ interface nsIDOMWindow : nsISupports { }; +[scriptable, uuid(a6cf9076-15b3-11d2-932e-00805f8add32)] +interface nsIDOMDocumentFragment : nsIDOMNode {}; + +/* Range and selection */ + +[scriptable, uuid(a6cf90ce-15b3-11d2-932e-00805f8add32)] +interface nsIDOMRange : nsISupports {}; + +[scriptable, uuid(a6cf90e1-15b3-11d2-932e-00805f8add32)] +interface nsIDOMSelection : nsISupports {}; + +[scriptable, uuid(a6cf90e2-15b3-11d2-932e-00805f8add32)] +interface nsIDOMSelectionListener : nsISupports {}; + + %{C++ #endif %}