| Index: test/codegen/dom.dart
|
| diff --git a/test/codegen/dom.dart b/test/codegen/dom.dart
|
| index 05430c10de0feca03b44ea0f70719d4604d595d1..7ff6bb59ed66270df29fb24f8e12359c8840ee5c 100644
|
| --- a/test/codegen/dom.dart
|
| +++ b/test/codegen/dom.dart
|
| @@ -20,10 +20,8 @@ class Overload {
|
| }
|
| const overload = const Overload();
|
|
|
| -// TODO(jmesserly): uncomment once fix lands for:
|
| -// https://github.com/dart-lang/dart_style/issues/85
|
| -// @JsGlobal()
|
| -final Document document;
|
| +@JsGlobal()
|
| +final Document document = null;
|
|
|
| @JsType(name: 'Document')
|
| abstract class Document {
|
|
|