Chromium Code Reviews| Index: runtime/lib/mirrors_impl.dart |
| diff --git a/runtime/lib/mirrors_impl.dart b/runtime/lib/mirrors_impl.dart |
| index b1206cd8bd7a40871a2cfb9daf8d33b162eaff90..83f52b98f2772d56b4b0eb757c613b522ce6a2ef 100644 |
| --- a/runtime/lib/mirrors_impl.dart |
| +++ b/runtime/lib/mirrors_impl.dart |
| @@ -400,6 +400,7 @@ class _LocalInstanceMirror extends _LocalObjectMirror |
| : reflect(f(_reflectee, arg)); |
| } |
| + eval(e) => _eval(e, null); |
| static _eval(expression, privateKey) |
| native "Mirrors_evalInLibraryWithPrivateKey"; |