| Index: utils/apidoc/html_diff.dart
|
| diff --git a/utils/apidoc/html_diff.dart b/utils/apidoc/html_diff.dart
|
| index c5fd28f7a3bfcfecc6717de42eb70a9340e0657c..c9428bb0de05b50a974b4d9d140846c2b059b0bb 100644
|
| --- a/utils/apidoc/html_diff.dart
|
| +++ b/utils/apidoc/html_diff.dart
|
| @@ -101,7 +101,7 @@ class HtmlDiff {
|
| warn('Could not find $HTML_LIBRARY_NAME');
|
| return;
|
| }
|
| - for (InterfaceMirror htmlType in htmlLib.types.getValues()) {
|
| + for (InterfaceMirror htmlType in htmlLib.types.values) {
|
| final domTypes = htmlToDomTypes(htmlType);
|
| if (domTypes.isEmpty) continue;
|
|
|
|
|