Chromium Code Reviews| Index: test/mjsunit/wasm/wasm-constants.js |
| diff --git a/test/mjsunit/wasm/wasm-constants.js b/test/mjsunit/wasm/wasm-constants.js |
| index 17431bc5436f83700dfb8301c18fc6c93f0e945d..d0d5aed84ee844dbd4147dacd42cf57b14d9d9d6 100644 |
| --- a/test/mjsunit/wasm/wasm-constants.js |
| +++ b/test/mjsunit/wasm/wasm-constants.js |
| @@ -48,6 +48,8 @@ function bytesWithHeader() { |
| return buffer; |
| } |
| +var kDeclNoLocals = 0; |
| + |
| // Section declaration constants |
| var kDeclMemory = 0x00; |
| var kDeclSignatures = 0x01; |