Bug 1083793: Make nsITreeBoxObject and nsIBoxObject scriptable again, r=bz

This scriptability is needed for comm-central to work properly, and hopefully
it is only temporary.
This commit is contained in:
Joshua Cranmer 2014-10-20 17:02:36 -05:00
parent d7d577ad6d
commit 842a8e84e2
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
interface nsIDOMElement;
[uuid(ce572460-b0f2-4650-a9e7-c53a99d3b6ad)]
[scriptable, uuid(ce572460-b0f2-4650-a9e7-c53a99d3b6ad)]
interface nsIBoxObject : nsISupports
{
readonly attribute nsIDOMElement element;

View File

@ -12,7 +12,7 @@ interface nsITreeColumn;
interface nsITreeColumns;
interface nsIScriptableRegion;
[uuid(64BA5199-C4F4-4498-BBDC-F8E4C369086C)]
[scriptable, uuid(64BA5199-C4F4-4498-BBDC-F8E4C369086C)]
interface nsITreeBoxObject : nsISupports
{
/**