Chromium Code Reviews| Index: runtime/lib/mirrors_impl.dart |
| diff --git a/runtime/lib/mirrors_impl.dart b/runtime/lib/mirrors_impl.dart |
| index 8f5a1a2fb22c35de15082fd97f51602c88b36273..1605991fd907088b6fea91c24e025309a729af44 100644 |
| --- a/runtime/lib/mirrors_impl.dart |
| +++ b/runtime/lib/mirrors_impl.dart |
| @@ -1359,7 +1359,6 @@ class _LocalMethodMirror extends _LocalDeclarationMirror |
| String get source { |
| if (_source == null) { |
| _source = _MethodMirror_source(_reflectee); |
| - assert(_source != null); |
| } |
| return _source; |
| } |