Chromium Code Reviews| Index: src/lithium.h |
| diff --git a/src/lithium.h b/src/lithium.h |
| index ea023a980b86fb228d93d1758a26398919dcc58a..3f8a6ba4d2da30bc424c374e52da36e63a4ec7ad 100644 |
| --- a/src/lithium.h |
| +++ b/src/lithium.h |
| @@ -585,7 +585,7 @@ class DeepIterator BASE_EMBEDDED { |
| }; |
| -int ExternalArrayTypeToShiftSize(ExternalArrayType type); |
| +int ElementsKindToShiftSize(JSObject::ElementsKind elements_kind); |
| } } // namespace v8::internal |