mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
Update chromedp to fix console errors (#1521)
This commit is contained in:
4
vendor/github.com/chromedp/cdproto/deviceorientation/easyjson.go
generated
vendored
4
vendor/github.com/chromedp/cdproto/deviceorientation/easyjson.go
generated
vendored
@@ -28,7 +28,7 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoDeviceorientation(in *jlexer.
|
||||
}
|
||||
in.Delim('{')
|
||||
for !in.IsDelim('}') {
|
||||
key := in.UnsafeString()
|
||||
key := in.UnsafeFieldName(false)
|
||||
in.WantColon()
|
||||
if in.IsNull() {
|
||||
in.Skip()
|
||||
@@ -108,7 +108,7 @@ func easyjsonC5a4559bDecodeGithubComChromedpCdprotoDeviceorientation1(in *jlexer
|
||||
}
|
||||
in.Delim('{')
|
||||
for !in.IsDelim('}') {
|
||||
key := in.UnsafeString()
|
||||
key := in.UnsafeFieldName(false)
|
||||
in.WantColon()
|
||||
if in.IsNull() {
|
||||
in.Skip()
|
||||
|
||||
Reference in New Issue
Block a user