 Chromium Code Reviews
 Chromium Code Reviews Issue 1105453003:
  Remove public int.is64Bit.  (Closed) 
  Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
    
  
    Issue 1105453003:
  Remove public int.is64Bit.  (Closed) 
  Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/| Index: runtime/vm/bootstrap_natives.h | 
| =================================================================== | 
| --- runtime/vm/bootstrap_natives.h (revision 45400) | 
| +++ runtime/vm/bootstrap_natives.h (working copy) | 
| @@ -351,6 +351,7 @@ | 
| V(GrowableList_setData, 2) \ | 
| V(Internal_makeListFixedLength, 1) \ | 
| V(Internal_makeFixedListUnmodifiable, 1) \ | 
| + V(Internal_inquireIs64Bit, 0) \ | 
| V(LinkedHashMap_allocate, 1) \ | 
| V(LinkedHashMap_getLength, 1) \ | 
| V(LinkedHashMap_insertOrUpdate, 3) \ |