Index: Source/core/html/TextMetrics.idl |
diff --git a/Source/core/html/TextMetrics.idl b/Source/core/html/TextMetrics.idl |
index b9bdf0644abb169a1cbfe81814e0e16588cf6a00..e5d8fdb6248063f63dfe32af456f7be1965f4181 100644 |
--- a/Source/core/html/TextMetrics.idl |
+++ b/Source/core/html/TextMetrics.idl |
@@ -28,7 +28,7 @@ |
// TODO(philipj): All float types in this interface should be double. |
[ |
// TODO(philipj): Exposed=(Window,Worker) |
- WillBeGarbageCollected, |
+ GarbageCollected, |
] interface TextMetrics { |
// x-direction |
readonly attribute float width; // advance width |