Chromium Code Reviews| Index: runtime/bin/dartutils.h |
| =================================================================== |
| --- runtime/bin/dartutils.h (revision 31816) |
| +++ runtime/bin/dartutils.h (working copy) |
| @@ -104,9 +104,7 @@ |
| static void SetIntegerField(Dart_Handle handle, |
| const char* name, |
| - intptr_t val); |
| - static intptr_t GetIntegerField(Dart_Handle handle, |
| - const char* name); |
| + int64_t val); |
| static void SetStringField(Dart_Handle handle, |
| const char* name, |
| const char* val); |