Chromium Code Reviews| Index: runtime/lib/developer.dart |
| diff --git a/runtime/lib/developer.dart b/runtime/lib/developer.dart |
| index f62ef8b300dea3f382f019147ad66a952de17d4d..689f23ea264254e848e806896b6f093baf5d86cc 100644 |
| --- a/runtime/lib/developer.dart |
| +++ b/runtime/lib/developer.dart |
| @@ -3,3 +3,5 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| patch bool debugger({bool when: true, String msg}) native "Developer_debugger"; |
| + |
| +patch inspect(object) native "Developer_inspect"; |