Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index c6f77731f1fb0838fd6f91a63b8d45d9ebe69745..ed9c2b88916ed463ff9a6b45c8aa4f802121f86b 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -370,6 +370,7 @@ namespace internal { |
| F(HasExternalUnsignedIntElements, 1, 1) \ |
| F(HasExternalFloatElements, 1, 1) \ |
| F(HasExternalDoubleElements, 1, 1) \ |
| + F(HaveSameMap, 2, 1) \ |
| /* profiler */ \ |
| F(ProfilerResume, 0, 1) \ |
| F(ProfilerPause, 0, 1) |