| Index: sdk/lib/_internal/compiler/js_lib/async_patch.dart
|
| diff --git a/sdk/lib/_internal/compiler/js_lib/async_patch.dart b/sdk/lib/_internal/compiler/js_lib/async_patch.dart
|
| index e0813ad617708b28d9658366c8ed923d710ef781..137795734310ba4556bbcfec1581b1ebb23bf3de 100644
|
| --- a/sdk/lib/_internal/compiler/js_lib/async_patch.dart
|
| +++ b/sdk/lib/_internal/compiler/js_lib/async_patch.dart
|
| @@ -121,5 +121,3 @@ class Timer {
|
| return new TimerImpl.periodic(milliseconds, callback);
|
| }
|
| }
|
| -
|
| -bool get _hasDocument => JS('String', 'typeof document') == 'object';
|
|
|