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