summaryrefslogtreecommitdiff
path: root/deps
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2016-06-23 10:19:34 +0200
committerMichaël Zasso <targos@protonmail.com>2016-06-28 12:52:08 +0200
commitecd639a1428e137274b80005ebc7949614746c8b (patch)
treef02b38f645d57b00d11281bf6f3978a490f899f8 /deps
parentdb21266427c1228065dd0576cf59e47ce4485f4e (diff)
downloadandroid-node-v8-ecd639a1428e137274b80005ebc7949614746c8b.tar.gz
android-node-v8-ecd639a1428e137274b80005ebc7949614746c8b.tar.bz2
android-node-v8-ecd639a1428e137274b80005ebc7949614746c8b.zip
deps: update v8_inspector
Pick up latest commit of v8_inspector and inspector_protocol. This brings back compatibility with V8 5.1. PR-URL: https://github.com/nodejs/node/pull/7385 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
Diffstat (limited to 'deps')
-rw-r--r--deps/v8_inspector/platform/v8_inspector/V8Compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8_inspector/platform/v8_inspector/V8Compat.h b/deps/v8_inspector/platform/v8_inspector/V8Compat.h
index 17d104f773..30492b3af7 100644
--- a/deps/v8_inspector/platform/v8_inspector/V8Compat.h
+++ b/deps/v8_inspector/platform/v8_inspector/V8Compat.h
@@ -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...