| Index: Source/core/dom/ClientRectList.idl
|
| diff --git a/Source/core/dom/ClientRectList.idl b/Source/core/dom/ClientRectList.idl
|
| index 4ddbc20803ae1c13bb3cf357aeb6e62df6065d8e..38eb2a6ad53dbb7867cf382e7f7c7b6a0f8f25fb 100644
|
| --- a/Source/core/dom/ClientRectList.idl
|
| +++ b/Source/core/dom/ClientRectList.idl
|
| @@ -40,7 +40,7 @@
|
| // DOMRectList will be removed from this specification."
|
|
|
| [
|
| - WillBeGarbageCollected,
|
| + GarbageCollected,
|
| ] interface ClientRectList {
|
| readonly attribute unsigned long length;
|
| [MeasureAs=ClientRectListItem] ClientRect item(unsigned long index);
|
|
|