| Index: src/wasm/wasm-module.h
|
| diff --git a/src/wasm/wasm-module.h b/src/wasm/wasm-module.h
|
| index 02a8bb85122f4afd6adf9f294deeec9668e915ce..9794d70c26ae78e0c76162dd534035e936919a2d 100644
|
| --- a/src/wasm/wasm-module.h
|
| +++ b/src/wasm/wasm-module.h
|
| @@ -352,9 +352,9 @@ std::ostream& operator<<(std::ostream& os, const WasmFunctionName& name);
|
| Handle<WasmDebugInfo> GetDebugInfo(Handle<JSObject> wasm);
|
|
|
| // Check whether the given object represents a WebAssembly.Instance instance.
|
| -// This checks the number and type of internal fields, so it's not 100 percent
|
| +// This checks the number and type of embedder fields, so it's not 100 percent
|
| // secure. If it turns out that we need more complete checks, we could add a
|
| -// special marker as internal field, which will definitely never occur anywhere
|
| +// special marker as embedder field, which will definitely never occur anywhere
|
| // else.
|
| bool IsWasmInstance(Object* instance);
|
|
|
|
|