Chromium Code Reviews| Index: runtime/vm/dart.cc |
| =================================================================== |
| --- runtime/vm/dart.cc (revision 1987) |
| +++ runtime/vm/dart.cc (working copy) |
| @@ -59,7 +59,7 @@ |
| } |
| -void Dart::InitializeIsolate(const Dart_Snapshot* snapshot_buffer, void* data) { |
| +void Dart::InitializeIsolate(const uint8_t* snapshot_buffer, void* data) { |
| // Initialize the new isolate. |
| Isolate* isolate = Isolate::Current(); |
| ASSERT(isolate != NULL); |