Chromium Code Reviews| Index: lib/runtime/dart_utils.js |
| diff --git a/lib/runtime/dart_utils.js b/lib/runtime/dart_utils.js |
| index 40f97f54a43cdff140dc8feed506d76dfe64b223..a7490b9df544087634dcb8f9b30486aa2a19098a 100644 |
| --- a/lib/runtime/dart_utils.js |
| +++ b/lib/runtime/dart_utils.js |
| @@ -19,8 +19,6 @@ var dart_utils = |
| const hasOwnProperty = Object.prototype.hasOwnProperty; |
| - const slice = [].slice; |
| - |
| class StrongModeError extends Error { |
| constructor(message) { |
| super(message); |