postmortem: fixup after 33994b4
This commit has changed the enum names:
33994b4a22
`FIELD` is now called `DATA`.
BUG=
R=danno
Review URL: https://codereview.chromium.org/1033733003
Cr-Commit-Position: refs/heads/master@{#27434}
This commit is contained in:
parent
f86aadd1d4
commit
93a290d0ff
@ -91,7 +91,7 @@ consts_misc = [
|
||||
{ 'name': 'prop_idx_first',
|
||||
'value': 'DescriptorArray::kFirstIndex' },
|
||||
{ 'name': 'prop_type_field',
|
||||
'value': 'FIELD' },
|
||||
'value': 'DATA' },
|
||||
{ 'name': 'prop_type_mask',
|
||||
'value': 'PropertyDetails::TypeField::kMask' },
|
||||
{ 'name': 'prop_index_mask',
|
||||
|
Loading…
Reference in New Issue
Block a user