mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-13 03:24:26 +00:00
Re-add XULTreeElement for selection tracking API.
This commit is contained in:
parent
7cff9960c7
commit
9c6ce2ffe8
5
dom/public/idl/xul/XULTreeElement.idl
Normal file
5
dom/public/idl/xul/XULTreeElement.idl
Normal file
@ -0,0 +1,5 @@
|
||||
interface XULTreeElement : XULElement {
|
||||
/* IID: { 0xa6cf90ec, 0x15b3, 0x11d2, \
|
||||
{0x93, 0x2e, 0x00, 0x80, 0x5f, 0x8a, 0xdd, 0x32} } */
|
||||
|
||||
};
|
5
rdf/content/public/idl/XULTreeElement.idl
Normal file
5
rdf/content/public/idl/XULTreeElement.idl
Normal file
@ -0,0 +1,5 @@
|
||||
interface XULTreeElement : XULElement {
|
||||
/* IID: { 0xa6cf90ec, 0x15b3, 0x11d2, \
|
||||
{0x93, 0x2e, 0x00, 0x80, 0x5f, 0x8a, 0xdd, 0x32} } */
|
||||
|
||||
};
|
@ -26,6 +26,7 @@ IDLSRCS = \
|
||||
XULDocument.idl \
|
||||
XULElement.idl \
|
||||
XULFocusTracker.idl \
|
||||
XULTreeElement.idl \
|
||||
$(NULL)
|
||||
|
||||
XPCOM_DESTDIR=$(DEPTH)\rdf\content\public
|
||||
|
Loading…
x
Reference in New Issue
Block a user