Remove DCHECK that triggers while loading DevTools resources

See https://crbug.com/1289230 for background.
This commit is contained in:
Marshall Greenblatt
2022-01-28 12:13:26 -05:00
parent 303280dd71
commit 81e7748fb5
2 changed files with 18 additions and 0 deletions

View File

@@ -534,5 +534,10 @@ patches = [
# Windows: Fix crash when |sandbox_info| parameter is nullptr.
# https://bitbucket.org/chromiumembedded/cef/issues/3210
'name': 'win_sandbox_3210',
},
{
# Remove DCHECK that triggers while loading DevTools resources.
# https://bugs.chromium.org/p/chromium/issues/detail?id=1289230
'name': 'blink_security_policy_1289230',
}
]