Chromium Code Reviews| Index: runtime/lib/developer.dart |
| diff --git a/runtime/lib/developer.dart b/runtime/lib/developer.dart |
| index ec3d38b621c6552ec0abbf0b5b19934b450d1e11..4c6ea7d32164545493ee7ab0339b3a12e496a813 100644 |
| --- a/runtime/lib/developer.dart |
| +++ b/runtime/lib/developer.dart |
| @@ -3,6 +3,7 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| import 'dart:isolate'; |
| +import 'dart:_internal'; |
| @patch bool debugger({bool when: true, |
| String message}) native "Developer_debugger"; |