Chromium Code Reviews| Index: runtime/lib/object_patch.dart |
| =================================================================== |
| --- runtime/lib/object_patch.dart (revision 22688) |
| +++ runtime/lib/object_patch.dart (working copy) |
| @@ -62,4 +62,6 @@ |
| }); |
| return result; |
| } |
| + |
| + int get _cid native "Object_cid"; |
| } |