| Index: dart/lib/compiler/implementation/lib/js_helper.dart
|
| diff --git a/dart/lib/compiler/implementation/lib/js_helper.dart b/dart/lib/compiler/implementation/lib/js_helper.dart
|
| index eb7ea2d554e96189d555fe519974ab5266314c98..b6fa035a7886991807081af2c955252efd615d8d 100644
|
| --- a/dart/lib/compiler/implementation/lib/js_helper.dart
|
| +++ b/dart/lib/compiler/implementation/lib/js_helper.dart
|
| @@ -942,7 +942,7 @@ getFallThroughError() => const FallThroughErrorImplementation();
|
| /**
|
| * Represents the type Dynamic. The compiler treats this specially.
|
| */
|
| -interface Dynamic {
|
| +interface Dynamic_ {
|
| }
|
|
|
| /**
|
|
|