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

Unified Diff: test/unittests/wasm/wasm-module-builder-unittest.cc

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/unittests/wasm/module-decoder-unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/unittests/wasm/wasm-module-builder-unittest.cc
diff --git a/test/unittests/wasm/wasm-module-builder-unittest.cc b/test/unittests/wasm/wasm-module-builder-unittest.cc
index 1eec9ff6a74a07042b49f0c239f6f5e08b6d93ab..372f0ae92297497318efae655009597a36bf905e 100644
--- a/test/unittests/wasm/wasm-module-builder-unittest.cc
+++ b/test/unittests/wasm/wasm-module-builder-unittest.cc
@@ -17,7 +17,7 @@ namespace wasm {
class WasmModuleBuilderTest : public TestWithZone {
protected:
- void AddLocal(WasmFunctionBuilder* f, LocalType type) {
+ void AddLocal(WasmFunctionBuilder* f, ValueType type) {
uint16_t index = f->AddLocal(type);
f->EmitGetLocal(index);
}
« no previous file with comments | « test/unittests/wasm/module-decoder-unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698