Fix DCHECK while running PDF unit tests (issue #2032)

This commit is contained in:
Marshall Greenblatt
2016-11-03 13:11:09 -04:00
parent 7543d16cce
commit e69de63b15
2 changed files with 13 additions and 1 deletions

View File

@@ -246,6 +246,10 @@ patches = [
# (b) Adding BrowserContext::GetStoragePartitionProxy();
# (c) Removing static_cast<> of StoragePartition to StoragePartitionImpl.
# https://bitbucket.org/chromiumembedded/cef/issues/1973
#
# Clear RenderProcessHostImpl's |browser_context_| member when the
# BrowserContext is deleted.
# https://bitbucket.org/chromiumembedded/cef/issues/2032
'name': 'storage_partition_1973',
'path': '../',
},