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