Skip to content

Commit

Permalink
Revert "deps: cherry-pick b8331cc030 from upstream V8"
Browse files Browse the repository at this point in the history
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 <info@bnoordhuis.nl>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
  • Loading branch information
danbev authored and evanlucas committed Nov 13, 2017
1 parent 81f14bf commit 2266caf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps/v8/src/inspector/inspector.gypi
Expand Up @@ -31,8 +31,8 @@
'inspector_all_sources': [
'<@(inspector_generated_sources)',
'<(inspector_generated_injected_script)',
'../include/v8-inspector.h',
'../include/v8-inspector-protocol.h',
'../../include/v8-inspector.h',
'../../include/v8-inspector-protocol.h',
'inspector/injected-script.cc',
'inspector/injected-script.h',
'inspector/inspected-context.cc',
Expand Down

0 comments on commit 2266caf

Please sign in to comment.