diff --git a/common.gypi b/common.gypi index 12c9e65983663a..e8942c7a6e7f2a 100644 --- a/common.gypi +++ b/common.gypi @@ -35,7 +35,7 @@ # Reset this number to 0 on major V8 upgrades. # Increment by one for each non-official patch applied to deps/v8. - 'v8_embedder_string': '-node.7', + 'v8_embedder_string': '-node.8', ##### V8 defaults for Node.js ##### diff --git a/deps/v8/src/heap/memory-measurement.h b/deps/v8/src/heap/memory-measurement.h index e1783aa0f988db..eb12cb152d04ed 100644 --- a/deps/v8/src/heap/memory-measurement.h +++ b/deps/v8/src/heap/memory-measurement.h @@ -19,7 +19,7 @@ namespace internal { class Heap; class NativeContextStats; -class V8_EXPORT_PRIVATE MemoryMeasurement { +class MemoryMeasurement { public: explicit MemoryMeasurement(Isolate* isolate);