Skip to content

Commit 368005f

Browse files
clavinckerr
authored andcommitted
1 parent fbfe3c9 commit 368005f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/common/gin_helper/dictionary.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ class Dictionary : public gin::Dictionary {
143143
if (gin::TryConvertToV8(info.GetIsolate(), val, &v8_value))
144144
info.GetReturnValue().Set(v8_value);
145145
},
146-
nullptr, v8_value_accessor, v8::DEFAULT, attribute)
146+
nullptr, v8_value_accessor, attribute)
147147
.ToChecked();
148148
}
149149

0 commit comments

Comments
 (0)