| Index: runtime/vm/dart_api_impl.cc
|
| ===================================================================
|
| --- runtime/vm/dart_api_impl.cc (revision 37568)
|
| +++ runtime/vm/dart_api_impl.cc (working copy)
|
| @@ -3666,7 +3666,7 @@
|
| }
|
| if (num_native_fields != cls.num_native_fields()) {
|
| return Api::NewError(
|
| - "%s: invalid number of native fields %d passed in, expected %d",
|
| + "%s: invalid number of native fields %" Pd " passed in, expected %d",
|
| CURRENT_FUNC, num_native_fields, cls.num_native_fields());
|
| }
|
| const Instance& instance = Instance::Handle(isolate,
|
|
|