Browse Source

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>
v7.x
Michaël Zasso 9 years ago
parent
commit
ecd639a142
No known key found for this signature in database GPG Key ID: 770F7A9A5AE15600
  1. 2
      deps/v8_inspector/platform/v8_inspector/V8Compat.h

2
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...

Loading…
Cancel
Save