Skip to content

Commit 7ec2c3b

Browse files
committed
[hack] update gen-postmortem-metadata.py
1 parent a6a12f7 commit 7ec2c3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/v8/tools/gen-postmortem-metadata.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@
191191
'value': 'DeoptimizationData::kOptimizationIdIndex'
192192
},
193193
{
194-
'name': 'DeoptimizationDataSharedFunctionInfoIndex',
195-
'value': 'DeoptimizationData::kSharedFunctionInfoIndex'
194+
'name': 'DeoptimizationDataSharedFunctionInfoWrapperIndex',
195+
'value': 'DeoptimizationData::kSharedFunctionInfoWrapperIndex'
196196
},
197197
{
198198
'name': 'DeoptimizationDataInliningPositionsIndex',

0 commit comments

Comments
 (0)