Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index a9a7d4a3e3d86963dbf9021ded7128a39bd776ef..d468cd5cbe41af6893109caab43aa38a5467126a 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -257,6 +257,7 @@ namespace internal { |
| F(GetTemplateField, 2, 1) \ |
| F(DisableAccessChecks, 1, 1) \ |
| F(EnableAccessChecks, 1, 1) \ |
| + F(DefineJsAccessor, 3, 1) \ |
| \ |
| /* Dates */ \ |
| F(DateCurrentTime, 0, 1) \ |