Commit 0c73c9f
committed
src: fix --without-inspector build
`use_inspector` is not available if `HAVE_INSPECTOR` is false.
Before this commit, one usage of it would show up as an undeclared
identifier (introduced in a766ebf).
PR-URL: #7258
Reviewed-By: Ben Noordhuis <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>1 parent 05de4d7 commit 0c73c9f
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3359 | 3359 | | |
3360 | 3360 | | |
3361 | 3361 | | |
| 3362 | + | |
3362 | 3363 | | |
3363 | 3364 | | |
3364 | 3365 | | |
| 3366 | + | |
3365 | 3367 | | |
| 3368 | + | |
3366 | 3369 | | |
| 3370 | + | |
3367 | 3371 | | |
3368 | 3372 | | |
3369 | 3373 | | |
| |||
0 commit comments