Index: src/wasm/wasm-module.h |
diff --git a/src/wasm/wasm-module.h b/src/wasm/wasm-module.h |
index 8e700e4d25a4f87fcb7573bf1651d9e56d98209d..4e573ab4eba65996a5b77bf3d6990558ac5cacad 100644 |
--- a/src/wasm/wasm-module.h |
+++ b/src/wasm/wasm-module.h |
@@ -354,7 +354,7 @@ SeqOneByteString* GetWasmBytes(JSObject* wasm); |
// Get the debug info associated with the given wasm object. |
// If no debug info exists yet, it is created automatically. |
-WasmDebugInfo* GetDebugInfo(JSObject* wasm); |
+Handle<WasmDebugInfo> GetDebugInfo(Handle<JSObject> wasm); |
// Return the number of functions in the given wasm object. |
int GetNumberOfFunctions(JSObject* wasm); |