Skip to content

Commit 2266caf

Browse files
danbevevanlucas
authored andcommitted
Revert "deps: cherry-pick b8331cc030 from upstream V8"
This reverts commit 4e769a8. The reason for reverting this is that I forgot to increment the v8_embedder_string in the above commit. PR-URL: #16899 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
1 parent 81f14bf commit 2266caf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/v8/src/inspector/inspector.gypi

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
'inspector_all_sources': [
3232
'<@(inspector_generated_sources)',
3333
'<(inspector_generated_injected_script)',
34-
'../include/v8-inspector.h',
35-
'../include/v8-inspector-protocol.h',
34+
'../../include/v8-inspector.h',
35+
'../../include/v8-inspector-protocol.h',
3636
'inspector/injected-script.cc',
3737
'inspector/injected-script.h',
3838
'inspector/inspected-context.cc',

0 commit comments

Comments
 (0)