src: final fixes for electron 29

This commit is contained in:
Fedor Indutny 2024-02-20 18:31:34 -08:00
parent 3626b4c8d7
commit dc1bb76b97
2 changed files with 2 additions and 6 deletions

View File

@ -164,9 +164,7 @@ void SetPrototypeGetter (v8::Isolate * isolate, v8::Local <v8::External> data, v
InternalizedFromLatin1(isolate, name),
func,
0,
data,
v8::AccessControl::DEFAULT,
v8::PropertyAttribute::None
data
);
}
#line 4 "./src/util/constants.lzz"

View File

@ -153,8 +153,6 @@ void SetPrototypeGetter(
InternalizedFromLatin1(isolate, name),
func,
0,
data,
v8::AccessControl::DEFAULT,
v8::PropertyAttribute::None
data
);
}