summaryrefslogtreecommitdiff
path: root/deps/v8/src/trap-handler/trap-handler-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/trap-handler/trap-handler-internal.h')
-rw-r--r--deps/v8/src/trap-handler/trap-handler-internal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/deps/v8/src/trap-handler/trap-handler-internal.h b/deps/v8/src/trap-handler/trap-handler-internal.h
index 1476eb844b..a8cc371c36 100644
--- a/deps/v8/src/trap-handler/trap-handler-internal.h
+++ b/deps/v8/src/trap-handler/trap-handler-internal.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 TRAP_HANDLER_INTERNAL_H_
-#define TRAP_HANDLER_INTERNAL_H_
+#ifndef V8_TRAP_HANDLER_TRAP_HANDLER_INTERNAL_H_
+#define V8_TRAP_HANDLER_TRAP_HANDLER_INTERNAL_H_
// This file should not be included (even transitively) by files outside of
// src/trap-handler.
@@ -79,4 +79,4 @@ extern bool g_is_default_signal_handler_registered;
} // namespace internal
} // namespace v8
-#endif // TRAP_HANDLER_INTERNAL_H_
+#endif // V8_TRAP_HANDLER_TRAP_HANDLER_INTERNAL_H_