Index: sdk/lib/_internal/compiler/js_lib/interceptors.dart |
diff --git a/sdk/lib/_internal/compiler/js_lib/interceptors.dart b/sdk/lib/_internal/compiler/js_lib/interceptors.dart |
index 5ec9e93286799238b7fbed523bf5dd5ee845d351..200f2b94a01ed4dea2bfd8da49e33cd9b940bc1e 100644 |
--- a/sdk/lib/_internal/compiler/js_lib/interceptors.dart |
+++ b/sdk/lib/_internal/compiler/js_lib/interceptors.dart |
@@ -290,7 +290,7 @@ abstract class Interceptor { |
int get hashCode => Primitives.objectHashCode(this); |
- String toString() => Primitives.objectToString(this); |
+ String toString() => Primitives.objectToHumanReadableString(this); |
dynamic noSuchMethod(Invocation invocation) { |
throw new NoSuchMethodError( |