| Index: lib/runtime/dart_runtime.js
|
| diff --git a/lib/runtime/dart_runtime.js b/lib/runtime/dart_runtime.js
|
| index 600bb8c45ee58219a09e7513321f69eec8d3f68c..429a57dc0b517293e1cca12f45dbda6b69636ae1 100644
|
| --- a/lib/runtime/dart_runtime.js
|
| +++ b/lib/runtime/dart_runtime.js
|
| @@ -111,6 +111,11 @@ var dart;
|
| }
|
| dart.is = is;
|
|
|
| + function closureWrap(obj, type) {
|
| + // TODO(vsm): Remove this once we handle in the checker.
|
| + return obj;
|
| + }
|
| +
|
| function isGroundType(type) {
|
| // TODO(vsm): Implement.
|
| throw new core.UnimplementedError();
|
|
|