summaryrefslogtreecommitdiff
path: root/deps/v8/src/asmjs/switch-logic.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/asmjs/switch-logic.h')
-rw-r--r--deps/v8/src/asmjs/switch-logic.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/deps/v8/src/asmjs/switch-logic.h b/deps/v8/src/asmjs/switch-logic.h
index 4e967ae35f..3ef34d9461 100644
--- a/deps/v8/src/asmjs/switch-logic.h
+++ b/deps/v8/src/asmjs/switch-logic.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 V8_WASM_SWITCH_LOGIC_H
-#define V8_WASM_SWITCH_LOGIC_H
+#ifndef V8_ASMJS_SWITCH_LOGIC_H
+#define V8_ASMJS_SWITCH_LOGIC_H
#include "src/globals.h"
#include "src/zone/zone-containers.h"
@@ -25,8 +25,9 @@ struct CaseNode : public ZoneObject {
};
V8_EXPORT_PRIVATE CaseNode* OrderCases(ZoneVector<int>* cases, Zone* zone);
+
} // namespace wasm
} // namespace internal
} // namespace v8
-#endif
+#endif // V8_ASMJS_SWITCH_LOGIC_H