Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index 9dff3f57b96ccede2e9c2d5fee98ae441094e234..02ef64281d934f6c12cde8283d96c427b1a0979c 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -299,7 +299,7 @@ namespace internal { |
| F(InstallToContext, 1, 1) \ |
| F(Interrupt, 0, 1) \ |
| F(IS_VAR, 1, 1) \ |
| - F(IsWasmObject, 1, 1) \ |
| + F(IsWasmInstance, 1, 1) \ |
| F(NewReferenceError, 2, 1) \ |
| F(NewSyntaxError, 2, 1) \ |
| F(NewTypeError, 2, 1) \ |