Chromium Code Reviews| Index: Source/bindings/dart/DartUtilities.h |
| diff --git a/Source/bindings/dart/DartUtilities.h b/Source/bindings/dart/DartUtilities.h |
| index aaeb4956fe1bc10c8493557acbf28d8982392fb0..15c8767a49e094371a341aa6e72943e5b1393e59 100644 |
| --- a/Source/bindings/dart/DartUtilities.h |
| +++ b/Source/bindings/dart/DartUtilities.h |
| @@ -365,7 +365,7 @@ public: |
| } |
| return value; |
| } |
| - static Dart_Handle intToDart(int value) |
| + static Dart_Handle intToDart(int64_t value) |
| { |
| return Dart_NewInteger(value); |
| } |