linux: Fix implicit conversion error on ARM (see https://crbug.com/1292951#c100)

This commit is contained in:
Marshall Greenblatt
2022-07-26 10:10:12 -07:00
parent 5034749463
commit 02d7a758fe
2 changed files with 24 additions and 0 deletions

View File

@@ -591,5 +591,11 @@ patches = [
# https://bitbucket.org/chromiumembedded/cef/issues/3314
# Also reverts the changes from https://crrev.com/db245883e1
'name': 'linux_printing_context',
},
{
# Linux: Fix implicit conversion error on ARM.
# https://chromium-review.googlesource.com/c/linux-syscall-support/+/3786946/
'name': 'linux_arm_1292951',
'path': 'third_party/lss',
}
]