Index: Source/core/dom/ClientRect.idl |
diff --git a/Source/core/dom/ClientRect.idl b/Source/core/dom/ClientRect.idl |
index f356b39f9423b7c117724ab84baf27ca042464a3..5d68b87336efa0b18f6306ce546e3a0caa7a9957 100644 |
--- a/Source/core/dom/ClientRect.idl |
+++ b/Source/core/dom/ClientRect.idl |
@@ -33,7 +33,7 @@ |
// http://dev.w3.org/fxtf/geometry/#DOMRect |
[ |
- WillBeGarbageCollected, |
+ GarbageCollected, |
] interface ClientRect { |
readonly attribute float top; |
readonly attribute float right; |