mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
linux: Fix implicit conversion error on ARM (see https://crbug.com/1292951#c100)
This commit is contained in:
@@ -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',
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user