Index: sdk/lib/_internal/lib/js_helper.dart |
diff --git a/sdk/lib/_internal/lib/js_helper.dart b/sdk/lib/_internal/lib/js_helper.dart |
index d4c7fa4ee6b4e7be88e72d69ee40bfd2a424103f..d820c22e798813adfd0ab06bea06bae84dfdcd7d 100644 |
--- a/sdk/lib/_internal/lib/js_helper.dart |
+++ b/sdk/lib/_internal/lib/js_helper.dart |
@@ -2357,12 +2357,6 @@ jsPropertyAccess(var jsObject, String property) { |
getFallThroughError() => new FallThroughErrorImplementation(); |
/** |
- * Represents the type dynamic. The compiler treats this specially. |
- */ |
-abstract class Dynamic_ { |
-} |
- |
-/** |
* A metadata annotation describing the types instantiated by a native element. |
* |
* The annotation is valid on a native method and a field of a native class. |