Chromium Code Reviews| Index: lib/core/object.dart |
| diff --git a/lib/core/object.dart b/lib/core/object.dart |
| index d3347f848798bd6d9d3881094559215161c93dc3..30de4dfdbc2adebb3b5ddd62adeef6ffd5287566 100644 |
| --- a/lib/core/object.dart |
| +++ b/lib/core/object.dart |
| @@ -56,7 +56,6 @@ class Object { |
| * [noSuchMethodError]. |
| */ |
| external Dynamic noSuchMethod(String name, List args); |
| - |
| /** |
| * A representation of the runtime type of the object. |
| */ |