Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index 84eff90914306c77b33495294d1bf71e7185cf6b..abc4abc084b2e7c144eb4333326754a8f64f7aaa 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -547,7 +547,8 @@ namespace internal { |
| F(IsJSFunctionProxy, 1, 1) \ |
| F(GetHandler, 1, 1) \ |
| F(GetCallTrap, 1, 1) \ |
| - F(GetConstructTrap, 1, 1) |
| + F(GetConstructTrap, 1, 1) \ |
| + F(RevokeProxy, 1, 1) |
| #define FOR_EACH_INTRINSIC_REGEXP(F) \ |