Chromium Code Reviews| Index: src/lithium.h |
| diff --git a/src/lithium.h b/src/lithium.h |
| index c5486847dada8842302cebe5c98116aae67e56ee..a3e574d89e32c656c8db7bafef090ea57dfc37d2 100644 |
| --- a/src/lithium.h |
| +++ b/src/lithium.h |
| @@ -588,6 +588,10 @@ class DeepIterator BASE_EMBEDDED { |
| ShallowIterator current_iterator_; |
| }; |
| + |
| +int ExternalArrayTypeToShiftSize(ExternalArrayType type); |
| + |
| + |
| } } // namespace v8::internal |
| #endif // V8_LITHIUM_H_ |