File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23468,7 +23468,7 @@ const char* ExternalTypedData::ToCString() const {
23468
23468
}
23469
23469
23470
23470
PointerPtr Pointer::New(const AbstractType& type_arg,
23471
- size_t native_address,
23471
+ uword native_address,
23472
23472
Heap::Space space) {
23473
23473
Thread* thread = Thread::Current();
23474
23474
Zone* zone = thread->zone();
Original file line number Diff line number Diff line change @@ -10163,7 +10163,7 @@ class ByteBuffer : public AllStatic {
10163
10163
class Pointer : public Instance {
10164
10164
public:
10165
10165
static PointerPtr New(const AbstractType& type_arg,
10166
- size_t native_address,
10166
+ uword native_address,
10167
10167
Heap::Space space = Heap::kNew);
10168
10168
10169
10169
static intptr_t InstanceSize() {
You can’t perform that action at this time.
0 commit comments