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

Unified Diff: src/wasm/wasm-objects.h

Issue 2503403005: [wasm] Remove two obsolete functions (Closed)
Patch Set: Created 4 years, 1 month 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 | « src/wasm/wasm-module.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/wasm/wasm-objects.h
diff --git a/src/wasm/wasm-objects.h b/src/wasm/wasm-objects.h
index 1b1dca53ab7b12e57ae999bfdef06b1278ae777c..b0de953203b42bc11dbd2094e84faf2801cebee3 100644
--- a/src/wasm/wasm-objects.h
+++ b/src/wasm/wasm-objects.h
@@ -275,12 +275,12 @@ class WasmDebugInfo : public FixedArray {
public:
enum class Fields { kFieldCount };
- static Handle<WasmDebugInfo> New(Handle<JSObject> wasm);
+ static Handle<WasmDebugInfo> New(Handle<WasmInstanceObject> instance);
static bool IsDebugInfo(Object* object);
static WasmDebugInfo* cast(Object* object);
- JSObject* wasm_instance();
+ WasmInstanceObject* wasm_instance();
bool SetBreakPoint(int byte_offset);
« no previous file with comments | « src/wasm/wasm-module.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698