Skip to content

Commit

Permalink
deps: update v8_inspector
Browse files Browse the repository at this point in the history
Pick up latest commit of v8_inspector and inspector_protocol.
This brings back compatibility with V8 5.1.

PR-URL: #7385
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Ali Ijaz Sheikh <[email protected]>
  • Loading branch information
targos authored and Fishrock123 committed Jul 5, 2016
1 parent 40211e8 commit 225f3b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/v8_inspector/platform/v8_inspector/V8Compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include <v8.h>

#if V8_MAJOR_VERSION < 5 || (V8_MAJOR_VERSION == 5 && V8_MINOR_VERSION < 2)
#if V8_MAJOR_VERSION < 5 || (V8_MAJOR_VERSION == 5 && V8_MINOR_VERSION < 1)
namespace v8 {

// In standalone V8 inspector this is expected to be noop anyways...
Expand Down

0 comments on commit 225f3b9

Please sign in to comment.