Skip to content

Commit cbd91c5

Browse files
ofrobotsCommit bot
authored andcommitted
Fix post-mortem data after frame-marking changes
Post-mortem metadata generation broke as a result of https://codereview.chromium.org/1696043002 BUG= Review URL: https://codereview.chromium.org/1780933004 Cr-Commit-Position: refs/heads/master@{#34725}
1 parent 59267a0 commit cbd91c5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/gen-postmortem-metadata.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,6 @@
154154
'value': 'StandardFrameConstants::kContextOffset' },
155155
{ 'name': 'off_fp_constant_pool',
156156
'value': 'StandardFrameConstants::kConstantPoolOffset' },
157-
{ 'name': 'off_fp_marker',
158-
'value': 'StandardFrameConstants::kMarkerOffset' },
159157
{ 'name': 'off_fp_function',
160158
'value': 'JavaScriptFrameConstants::kFunctionOffset' },
161159
{ 'name': 'off_fp_args',

0 commit comments

Comments
 (0)