diff options
author | Myles Borins <mylesborins@google.com> | 2018-04-10 21:39:51 -0400 |
---|---|---|
committer | Myles Borins <mylesborins@google.com> | 2018-04-11 13:22:42 -0400 |
commit | 12a1b9b8049462e47181a298120243dc83e81c55 (patch) | |
tree | 8605276308c8b4e3597516961266bae1af57557a /deps/v8/src/libplatform | |
parent | 78cd8263354705b767ef8c6a651740efe4931ba0 (diff) | |
download | node-new-12a1b9b8049462e47181a298120243dc83e81c55.tar.gz |
deps: update V8 to 6.6.346.23
PR-URL: https://github.com/nodejs/node/pull/19201
Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'deps/v8/src/libplatform')
-rw-r--r-- | deps/v8/src/libplatform/tracing/trace-buffer.h | 6 | ||||
-rw-r--r-- | deps/v8/src/libplatform/tracing/trace-writer.h | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/deps/v8/src/libplatform/tracing/trace-buffer.h b/deps/v8/src/libplatform/tracing/trace-buffer.h index 16f3b2a12e..3c756b7a69 100644 --- a/deps/v8/src/libplatform/tracing/trace-buffer.h +++ b/deps/v8/src/libplatform/tracing/trace-buffer.h @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef SRC_LIBPLATFORM_TRACING_TRACE_BUFFER_H_ -#define SRC_LIBPLATFORM_TRACING_TRACE_BUFFER_H_ +#ifndef V8_LIBPLATFORM_TRACING_TRACE_BUFFER_H_ +#define V8_LIBPLATFORM_TRACING_TRACE_BUFFER_H_ #include <memory> #include <vector> @@ -45,4 +45,4 @@ class TraceBufferRingBuffer : public TraceBuffer { } // namespace platform } // namespace v8 -#endif // SRC_LIBPLATFORM_TRACING_TRACE_BUFFER_H_ +#endif // V8_LIBPLATFORM_TRACING_TRACE_BUFFER_H_ diff --git a/deps/v8/src/libplatform/tracing/trace-writer.h b/deps/v8/src/libplatform/tracing/trace-writer.h index 43d7cb6a90..7e1bdc24d6 100644 --- a/deps/v8/src/libplatform/tracing/trace-writer.h +++ b/deps/v8/src/libplatform/tracing/trace-writer.h @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef SRC_LIBPLATFORM_TRACING_TRACE_WRITER_H_ -#define SRC_LIBPLATFORM_TRACING_TRACE_WRITER_H_ +#ifndef V8_LIBPLATFORM_TRACING_TRACE_WRITER_H_ +#define V8_LIBPLATFORM_TRACING_TRACE_WRITER_H_ #include "include/libplatform/v8-tracing.h" @@ -30,4 +30,4 @@ class JSONTraceWriter : public TraceWriter { } // namespace platform } // namespace v8 -#endif // SRC_LIBPLATFORM_TRACING_TRACE_WRITER_H_ +#endif // V8_LIBPLATFORM_TRACING_TRACE_WRITER_H_ |