Commit 8340f52f authored by verwaest's avatar verwaest Committed by Commit bot

[LookupIterator] mark index_ as const

BUG=

Review URL: https://codereview.chromium.org/1776803003

Cr-Commit-Position: refs/heads/master@{#34628}
parent 5096492f
......@@ -368,7 +368,7 @@ class LookupIterator final BASE_EMBEDDED {
const Handle<Object> receiver_;
Handle<JSReceiver> holder_;
const Handle<JSReceiver> initial_holder_;
uint32_t index_;
const uint32_t index_;
uint32_t number_;
};
......
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