Chromium Code Reviews| Index: lib/runtime/dart_runtime.js |
| diff --git a/lib/runtime/dart_runtime.js b/lib/runtime/dart_runtime.js |
| index aed271c2ebde59c508b349b6bf31045ee0430ea4..f1c40aa3c1dc9d7240d10cadd9470c0c5fe05fd5 100644 |
| --- a/lib/runtime/dart_runtime.js |
| +++ b/lib/runtime/dart_runtime.js |
| @@ -117,6 +117,7 @@ var dart; |
| // TODO(vsm): Remove this once we handle in the checker. |
| return obj; |
| } |
| + dart.closureWrap = closureWrap; |
| function isGroundType(type) { |
| // TODO(vsm): Implement. |