File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ those that are passed in as a part of the styleMap. Document styles do not apply
5757<pre class='idl'>
5858interface FontMetrics {
5959 readonly attribute double width;
60- readonly attribute sequence <double> advances;
60+ readonly attribute FrozenArray <double> advances;
6161
6262 readonly attribute double boundingBoxLeft;
6363 readonly attribute double boundingBoxRight;
@@ -71,8 +71,8 @@ interface FontMetrics {
7171 readonly attribute double fontBoundingBoxDescent;
7272
7373 readonly attribute Baseline dominantBaseline;
74- readonly attribute sequence <Baseline> baselines;
75- readonly attribute sequence <Font> fonts;
74+ readonly attribute FrozenArray <Baseline> baselines;
75+ readonly attribute FrozenArray <Font> fonts;
7676};
7777</pre>
7878
You can’t perform that action at this time.
0 commit comments