| Index: lib/compiler/implementation/lib/js_helper.dart
|
| diff --git a/lib/compiler/implementation/lib/js_helper.dart b/lib/compiler/implementation/lib/js_helper.dart
|
| index 87e7b58429e8d3336710de925bd9153dc91f1ed5..229cc574493e04544d856995539f14155da73b40 100644
|
| --- a/lib/compiler/implementation/lib/js_helper.dart
|
| +++ b/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_ {
|
| +abstract class Dynamic_ {
|
| }
|
|
|
| /**
|
| @@ -1221,7 +1221,7 @@ listSuperNativeTypeCast(value, property) {
|
| * objects that support integer indexing. This interface is not
|
| * visible to anyone, and is only injected into special libraries.
|
| */
|
| -interface JavaScriptIndexingBehavior {
|
| +abstract class JavaScriptIndexingBehavior {
|
| }
|
|
|
| // TODO(lrn): These exceptions should be implemented in core.
|
|
|