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
57
57
<pre class='idl'>
58
58
interface FontMetrics {
59
59
readonly attribute double width;
60
- readonly attribute sequence <double> advances;
60
+ readonly attribute FrozenArray <double> advances;
61
61
62
62
readonly attribute double boundingBoxLeft;
63
63
readonly attribute double boundingBoxRight;
@@ -71,8 +71,8 @@ interface FontMetrics {
71
71
readonly attribute double fontBoundingBoxDescent;
72
72
73
73
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;
76
76
};
77
77
</pre>
78
78
You can’t perform that action at this time.
0 commit comments