Index: utils/apidoc/html_diff.dart |
diff --git a/utils/apidoc/html_diff.dart b/utils/apidoc/html_diff.dart |
index a562e07cc0fd6fb02db3efb474a86155646a5b00..fd52d7507389beaf4ce8e5ecb299b64e1a2742a2 100644 |
--- a/utils/apidoc/html_diff.dart |
+++ b/utils/apidoc/html_diff.dart |
@@ -85,7 +85,7 @@ class HtmlDiff { |
final CommentMap comments; |
- final Library dom; |
+ static Library dom; |
/** |
* Perform static initialization of [world]. This should be run before |