diff options
Diffstat (limited to 'src/wasm-debug.h')
-rw-r--r-- | src/wasm-debug.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/wasm-debug.h b/src/wasm-debug.h index d5ab337d4..c76afb2a1 100644 --- a/src/wasm-debug.h +++ b/src/wasm-debug.h @@ -26,9 +26,7 @@ #include "pass.h" #include "wasm.h" -namespace wasm { - -namespace Debug { +namespace wasm::Debug { bool isDWARFSection(Name name); @@ -44,9 +42,7 @@ bool shouldPreserveDWARF(PassOptions& options, Module& wasm); // Update the DWARF sections. void writeDWARFSections(Module& wasm, const BinaryLocations& newLocations); -} // namespace Debug - -} // namespace wasm +} // namespace wasm::Debug #undef DEBUG_TYPE |