Chromium Code Reviews| Index: runtime/include/dart_api.h |
| =================================================================== |
| --- runtime/include/dart_api.h (revision 29950) |
| +++ runtime/include/dart_api.h (working copy) |
| @@ -724,7 +724,7 @@ |
| typedef void (*Dart_FileCloseCallback)(void* stream); |
| -typedef bool (*Dart_EntropySource)(uint8_t* buffer, size_t length); |
| +typedef bool (*Dart_EntropySource)(uint8_t* buffer, intptr_t length); |
| /** |
| * Initializes the VM. |