Index: Source/core/frame/BarProp.idl |
diff --git a/Source/core/frame/BarProp.idl b/Source/core/frame/BarProp.idl |
index cc9ce71cedf715be850546f9ce0633a780e48111..a7be530c7ac1a7893278eb36076a742094a48229 100644 |
--- a/Source/core/frame/BarProp.idl |
+++ b/Source/core/frame/BarProp.idl |
@@ -26,7 +26,9 @@ |
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-interface BarProp { |
+[ |
+ WillBeGarbageCollected, |
+] interface BarProp { |
readonly attribute boolean visible; |
}; |