Chromium Code Reviews| Index: runtime/lib/typeddata.dart |
| =================================================================== |
| --- runtime/lib/typeddata.dart (revision 20344) |
| +++ runtime/lib/typeddata.dart (working copy) |
| @@ -1982,7 +1982,7 @@ |
| String message = "$index must be in the range [0..$length)"; |
| throw new RangeError(message); |
| } |
| - _typeddata. setInt8(offsetInBytes + (index * Int8List.BYTES_PER_ELEMENT), |
| + _typeddata._setInt8(offsetInBytes + (index * Int8List.BYTES_PER_ELEMENT), |
| _toInt8(value)); |
| } |