Index: lib/runtime/dart/_interceptors.js |
diff --git a/lib/runtime/dart/_interceptors.js b/lib/runtime/dart/_interceptors.js |
index 0bb6dae801f0dc71b29f161b4042d1f2e7b16eb3..2d98f0c6c88a97ab9e9d4ac875b88ba03c51d59a 100644 |
--- a/lib/runtime/dart/_interceptors.js |
+++ b/lib/runtime/dart/_interceptors.js |
@@ -720,7 +720,7 @@ var _interceptors; |
if (times == 1 || this.length == 0) |
return this; |
if (!dart.equals(times, times >>> 0)) { |
- throw new core.OutOfMemoryError(); |
+ throw dart.const(new core.OutOfMemoryError()); |
} |
let result = ''; |
let s = this; |