Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 9ba461e

Browse files
authored
[web] Remove comment about dart:html migration (#42290)
Migration has already happened in [this PR](https://github.com/flutter/engine/pull/33370/files#diff-30cfc07b03caec6d1c915b40a9e50a23d1f1a1c54c670d5996199d805b077daeR213) so the comment is not relevant anymore.
1 parent 50bfa81 commit 9ba461e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/web_ui/lib/src/engine/text/ruler.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,6 @@ class TextHeightRuler {
212212

213213
_dimensions.appendToHost(host);
214214

215-
// [rulerHost] is not migrated yet so add a cast to [html.HtmlElement].
216-
// This cast will be removed after the migration is complete.
217215
rulerHost.addElement(host);
218216
return host;
219217
}

0 commit comments

Comments
 (0)