| 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;
|
| };
|
| -
|
|
|