Commit d760572
src: remove use of CallOnForegroundThread()
The V8 platform's CallOnForegroundThread() method is deprecated.
This commit replaces its use with GetForegroundTaskRunner()
functionality instead.
PR-URL: #24925
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent e050a57 commit d760572Copy full SHA for d760572
File tree
Expand file treeCollapse file tree
2 files changed
+9
-4
lines changedOpen diff view settings
Filter options
- src
- inspector
Expand file treeCollapse file tree
2 files changed
+9
-4
lines changedOpen diff view settings
Collapse file
src/inspector/main_thread_interface.cc
Copy file name to clipboardExpand all lines: src/inspector/main_thread_interface.cc+3-2Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
255 | 255 | |
256 | 256 | |
257 | 257 | |
258 | | - |
259 | | - |
| 258 | + |
| 259 | + |
| 260 | + |
260 | 261 | |
261 | 262 | |
262 | 263 | |
|
Collapse file
+6-2Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
40 | 40 | |
41 | 41 | |
42 | 42 | |
| 43 | + |
| 44 | + |
43 | 45 | |
44 | 46 | |
45 | 47 | |
| ||
50 | 52 | |
51 | 53 | |
52 | 54 | |
53 | | - |
| 55 | + |
54 | 56 | |
55 | 57 | |
56 | 58 | |
| ||
861 | 863 | |
862 | 864 | |
863 | 865 | |
864 | | - |
| 866 | + |
| 867 | + |
| 868 | + |
865 | 869 | |
866 | 870 | |
867 | 871 | |
|
0 commit comments