| Index: src/wasm/wasm-module.h
|
| diff --git a/src/wasm/wasm-module.h b/src/wasm/wasm-module.h
|
| index ff5ed0fd178993ca6396522cf2e7fc18dc66f675..36f03590b377a6cfd0fd3455f634eb559f96b824 100644
|
| --- a/src/wasm/wasm-module.h
|
| +++ b/src/wasm/wasm-module.h
|
| @@ -169,7 +169,7 @@ struct WasmExport {
|
| uint32_t index; // index into the respective space.
|
| };
|
|
|
| -enum ModuleOrigin { kWasmOrigin, kAsmJsOrigin };
|
| +enum ModuleOrigin : uint8_t { kWasmOrigin, kAsmJsOrigin };
|
| struct ModuleWireBytes;
|
|
|
| // Static representation of a module.
|
|
|