Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(295)

Unified Diff: test/inspector/debugger/wasm-source.js

Issue 2594993002: [wasm] Rename wasm::LocalType to wasm::ValueType and kAst* to kWasm* (Closed)
Patch Set: Fix inspector tests Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/inspector/debugger/wasm-scripts.js ('k') | test/inspector/debugger/wasm-stack.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/debugger/wasm-source.js
diff --git a/test/inspector/debugger/wasm-source.js b/test/inspector/debugger/wasm-source.js
index 6d9d044b30c5978e67f47efd45e4bca1cf4ae8f0..05b12a91657bb112be0c474c39b31f41e39a9eb2 100644
--- a/test/inspector/debugger/wasm-source.js
+++ b/test/inspector/debugger/wasm-source.js
@@ -19,7 +19,7 @@ var sig_index = builder.addType(kSig_v_v);
builder.addFunction('main', kSig_v_v)
.addBody([
- kExprBlock, kAstStmt, kExprI32Const, 0, kExprCallIndirect, sig_index,
+ kExprBlock, kWasmStmt, kExprI32Const, 0, kExprCallIndirect, sig_index,
kTableZero, kExprEnd
])
.exportAs('main');
« no previous file with comments | « test/inspector/debugger/wasm-scripts.js ('k') | test/inspector/debugger/wasm-stack.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698