summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/core/testing/LayerRectList.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/testing/LayerRectList.idl')
-rw-r--r--chromium/third_party/WebKit/Source/core/testing/LayerRectList.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/WebKit/Source/core/testing/LayerRectList.idl b/chromium/third_party/WebKit/Source/core/testing/LayerRectList.idl
index 9dd2ca7fb17..ffe74d37cc7 100644
--- a/chromium/third_party/WebKit/Source/core/testing/LayerRectList.idl
+++ b/chromium/third_party/WebKit/Source/core/testing/LayerRectList.idl
@@ -29,8 +29,8 @@
*/
[
+ WillBeGarbageCollected,
] interface LayerRectList {
readonly attribute unsigned long length;
getter LayerRect item(unsigned long index);
};
-