From 842a8e84e273496027a84857a6e416fa0620483d Mon Sep 17 00:00:00 2001 From: Joshua Cranmer Date: Mon, 20 Oct 2014 17:02:36 -0500 Subject: [PATCH] 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. --- layout/xul/nsIBoxObject.idl | 2 +- layout/xul/tree/nsITreeBoxObject.idl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layout/xul/nsIBoxObject.idl b/layout/xul/nsIBoxObject.idl index d69e7e7cc9a..64b1a46f80c 100644 --- a/layout/xul/nsIBoxObject.idl +++ b/layout/xul/nsIBoxObject.idl @@ -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; diff --git a/layout/xul/tree/nsITreeBoxObject.idl b/layout/xul/tree/nsITreeBoxObject.idl index 16f57e0aadc..11e6552e297 100644 --- a/layout/xul/tree/nsITreeBoxObject.idl +++ b/layout/xul/tree/nsITreeBoxObject.idl @@ -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 { /**