summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/core/dom/ClientRectList.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/dom/ClientRectList.idl')
-rw-r--r--chromium/third_party/WebKit/Source/core/dom/ClientRectList.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/third_party/WebKit/Source/core/dom/ClientRectList.idl b/chromium/third_party/WebKit/Source/core/dom/ClientRectList.idl
index 7f6b1988c79..bf1454225c6 100644
--- a/chromium/third_party/WebKit/Source/core/dom/ClientRectList.idl
+++ b/chromium/third_party/WebKit/Source/core/dom/ClientRectList.idl
@@ -25,6 +25,7 @@
*/
[
+ WillBeGarbageCollected,
] interface ClientRectList {
readonly attribute unsigned long length;
getter ClientRect item(unsigned long index);