Chromium Code Reviews| Index: src/code-stubs.h |
| diff --git a/src/code-stubs.h b/src/code-stubs.h |
| index 80d99d8b689f704ce475f3d96a2978ae2e339631..891aaead5c1a5ac298825a03b2ca07f8af9fc4ff 100644 |
| --- a/src/code-stubs.h |
| +++ b/src/code-stubs.h |
| @@ -93,6 +93,7 @@ namespace internal { |
| V(InternalArrayConstructor) \ |
| V(ProfileEntryHook) \ |
| V(StoreGlobal) \ |
| + V(CallExternal) \ |
| /* IC Handler stubs */ \ |
| V(LoadField) \ |
| V(KeyedLoadField) |