Commit 1ccd1396 authored by Andrew Grieve's avatar Andrew Grieve Committed by Commit Bot

Add missing "const" for kFastElementsKindSequence

Bug: chromium:747064
Change-Id: I1ae943785fc8048a0affd9eec9f0966056d43bee
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1915660
Auto-Submit: Andrew Grieve <agrieve@chromium.org>
Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
Commit-Queue: Yang Guo <yangguo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#64955}
parent f2963570
......@@ -115,7 +115,7 @@ const char* ElementsKindToString(ElementsKind kind) {
}
}
ElementsKind kFastElementsKindSequence[kFastElementsKindCount] = {
const ElementsKind kFastElementsKindSequence[kFastElementsKindCount] = {
PACKED_SMI_ELEMENTS, // 0
HOLEY_SMI_ELEMENTS, // 1
PACKED_DOUBLE_ELEMENTS, // 2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment