Commit 4c0d2d7
[Backport] Dependency for security bug 420885124
Cherry-pick of patch originally reviewed on
https://chromium-review.googlesource.com/c/v8/v8/+/6063587:
Include script id in V8stackFrame in v8 inspector
V8StackFrame objects in the v8 inspector are built from
v8::StackFrame objects. However the script ID contained in the latter
isn't included in the former. As a consequence this data is missing in
clients of the v8 inspector. In particular,trace events that include a source location as a stack trace [1] do not have access to it.
This CL adds the script id to the struct so that clients can consume the
script id along with the rest of the stack frame data.
[1] https://chromium-review.googlesource.com/c/chromium/src/+/6063066
Bug: 381861194
Change-Id: I30300bd8092a79a46e19ddeec4dc828fc8fc05f0
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6063587
Reviewed-by: Benedikt Meurer <[email protected]>
Commit-Queue: Andres Olivares <[email protected]>
Reviewed-by: Simon Zünd <[email protected]>
Auto-Submit: Andres Olivares <[email protected]>
Cr-Commit-Position: refs/heads/main@{#97534}
Reviewed-on: https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/659328
Reviewed-by: Moss Heim <[email protected]>1 parent 078084e commit 4c0d2d7
File tree
2 files changed
+3
-1
lines changed- chromium/v8
- include
- src/inspector
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| 142 | + | |
142 | 143 | | |
143 | 144 | | |
144 | 145 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
325 | | - | |
| 325 | + | |
| 326 | + | |
326 | 327 | | |
327 | 328 | | |
328 | 329 | | |
| |||
0 commit comments