src: final fixes for electron 29
This commit is contained in:
parent
3626b4c8d7
commit
dc1bb76b97
@ -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"
|
||||
|
||||
@ -153,8 +153,6 @@ void SetPrototypeGetter(
|
||||
InternalizedFromLatin1(isolate, name),
|
||||
func,
|
||||
0,
|
||||
data,
|
||||
v8::AccessControl::DEFAULT,
|
||||
v8::PropertyAttribute::None
|
||||
data
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user