Chromium Code Reviews| Index: runtime/bin/io_buffer.cc |
| diff --git a/runtime/bin/io_buffer.cc b/runtime/bin/io_buffer.cc |
| index dbc10476f37d7900083b93b8eef2220305be0d16..ef08b4f20457d4dde8996e9c76ff64b33557fd55 100644 |
| --- a/runtime/bin/io_buffer.cc |
| +++ b/runtime/bin/io_buffer.cc |
| @@ -24,6 +24,7 @@ Dart_Handle IOBuffer::Allocate(intptr_t size, uint8_t **buffer) { |
| return result; |
| } |
| + |
| uint8_t* IOBuffer::Allocate(intptr_t size) { |
| return new uint8_t[size]; |
| } |