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

Unified Diff: src/wasm/wasm-module.cc

Issue 2963603003: [wasm] Remove some small TODOs and small fixes. (Closed)
Patch Set: Created 3 years, 6 months 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
Index: src/wasm/wasm-module.cc
diff --git a/src/wasm/wasm-module.cc b/src/wasm/wasm-module.cc
index 2409b4d9ddad4e5adb2ad133c3b403c3654eb2fa..d212de239c894f04f51c6e97c11910bb3643cad7 100644
--- a/src/wasm/wasm-module.cc
+++ b/src/wasm/wasm-module.cc
@@ -358,7 +358,7 @@ WasmInstanceObject* wasm::GetOwningWasmInstance(Code* code) {
}
WasmModule::WasmModule(std::unique_ptr<Zone> owned)
- : signature_zone(std::move(owned)), pending_tasks(new base::Semaphore(0)) {}
+ : signature_zone(std::move(owned)) {}
WasmFunction* wasm::GetWasmFunctionForImportWrapper(Isolate* isolate,
Handle<Object> target) {
« src/wasm/wasm-module.h ('K') | « src/wasm/wasm-module.h ('k') | src/wasm/wasm-objects.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698