Chromium Code Reviews| Index: runtime/bin/dartutils.cc |
| =================================================================== |
| --- runtime/bin/dartutils.cc (revision 29950) |
| +++ runtime/bin/dartutils.cc (working copy) |
| @@ -244,7 +244,7 @@ |
| } |
| -bool DartUtils::EntropySource(uint8_t* buffer, size_t length) { |
| +bool DartUtils::EntropySource(uint8_t* buffer, intptr_t length) { |
| return Crypto::GetRandomBytes(length, buffer); |
| } |