Commit c4b8d7e
[INSPECTOR] Never destroy RemoteInspectorHTTPServer singleton
Destroying RemoteInspectorHTTPServer with on different thread that
it was created on causes RELEASE_ASSERT to be triggered
(via ~RemoteInspectorClient -> ~TimerBase).
Such case happens when main UIProcess loop doesn't run in the main thread
(like WPE WebKitBrowser plugin scenario)1 parent b6ebe42 commit c4b8d7e
1 file changed
Lines changed: 2 additions & 1 deletion
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
41 | | - | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
0 commit comments