| Index: core/testing/LayerRectList.idl
|
| diff --git a/core/testing/LayerRectList.idl b/core/testing/LayerRectList.idl
|
| index 03e63c58495c2e3e6cc1abf61b964bab68405c58..ffe74d37cc75332b352fa9bd6057a2039cc38547 100644
|
| --- a/core/testing/LayerRectList.idl
|
| +++ b/core/testing/LayerRectList.idl
|
| @@ -29,9 +29,8 @@
|
| */
|
|
|
| [
|
| - NoInterfaceObject, // testing interfaces do not appear on global objects
|
| + WillBeGarbageCollected,
|
| ] interface LayerRectList {
|
| readonly attribute unsigned long length;
|
| getter LayerRect item(unsigned long index);
|
| };
|
| -
|
|
|