| Index: tools/dom/src/native_DOMImplementation.dart
|
| diff --git a/tools/dom/src/native_DOMImplementation.dart b/tools/dom/src/native_DOMImplementation.dart
|
| index 945aca8b32a086fef8829dc6dfebdaf84068199c..0dea553eb037774616c35b32493e8b1100285421 100644
|
| --- a/tools/dom/src/native_DOMImplementation.dart
|
| +++ b/tools/dom/src/native_DOMImplementation.dart
|
| @@ -165,7 +165,7 @@ class _Utils {
|
| * that does not expect REPL support.
|
| */
|
| static const _CONSOLE_API_SUPPORT_HEADER =
|
| - 'with ((this && this.console && this.console._commandLineAPI) || {}) {\n';
|
| + 'with ((console && console._commandLineAPI) || {}) {\n';
|
|
|
| /**
|
| * Takes an [expression] and a list of [local] variable and returns an
|
|
|