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

Unified Diff: Source/core/dom/ClientRect.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/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;

Powered by Google App Engine
This is Rietveld 408576698