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

Unified Diff: Source/core/html/TextMetrics.idl

Issue 365653002: Oilpan: move 2D Canvas and WebGL objects to the heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Have Nullable<T>::trace() use TraceIfNeeded<>. Created 6 years, 5 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/html/TextMetrics.idl
diff --git a/Source/core/html/TextMetrics.idl b/Source/core/html/TextMetrics.idl
index 14f11483dd22c0169c1f564d399f1ab4f2d9e278..c7d929a8ffc4be0fab991ad8ea7855d688d794e6 100644
--- a/Source/core/html/TextMetrics.idl
+++ b/Source/core/html/TextMetrics.idl
@@ -23,6 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
[
+ WillBeGarbageCollected,
] interface TextMetrics {
// x-direction
readonly attribute float width;
@@ -40,4 +41,3 @@
[RuntimeEnabled=ExperimentalCanvasFeatures] readonly attribute float alphabeticBaseline;
[RuntimeEnabled=ExperimentalCanvasFeatures] readonly attribute float ideographicBaseline;
};
-

Powered by Google App Engine
This is Rietveld 408576698