Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(649)

Unified Diff: Source/core/dom/ClientRectList.idl

Issue 1104243003: Oilpan: put ClientRect(List) on the heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove transition types uses also Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698