Update tools/gen-postmortem-metadata.py after recent modifications.
This CL changed layout of UnseededNumberDictionary: https://codereview.chromium.org/2102073002. Review-Url: https://codereview.chromium.org/2105553006 Cr-Commit-Position: refs/heads/master@{#37398}
This commit is contained in:
parent
d5b89c28cf
commit
c9b6e81697
@ -198,18 +198,21 @@ consts_misc = [
|
||||
'value': 'NameDictionaryShape::kPrefixSize' },
|
||||
{ 'name': 'namedictionaryshape_entry_size',
|
||||
'value': 'NameDictionaryShape::kEntrySize' },
|
||||
{ 'name': 'globaldictionaryshape_entry_size',
|
||||
'value': 'GlobalDictionaryShape::kEntrySize' },
|
||||
|
||||
{ 'name': 'namedictionary_prefix_start_index',
|
||||
'value': 'NameDictionary::kPrefixStartIndex' },
|
||||
|
||||
{ 'name': 'seedednumberdictionaryshape_prefix_size',
|
||||
'value': 'SeededNumberDictionaryShape::kPrefixSize' },
|
||||
{ 'name': 'seedednumberdictionaryshape_entry_size',
|
||||
'value': 'SeededNumberDictionaryShape::kEntrySize' },
|
||||
|
||||
{ 'name': 'unseedednumberdictionaryshape_prefix_size',
|
||||
'value': 'UnseededNumberDictionaryShape::kPrefixSize' },
|
||||
|
||||
{ 'name': 'numberdictionaryshape_entry_size',
|
||||
'value': 'NumberDictionaryShape::kEntrySize' }
|
||||
{ 'name': 'unseedednumberdictionaryshape_entry_size',
|
||||
'value': 'UnseededNumberDictionaryShape::kEntrySize' }
|
||||
];
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user