Commit 258c6129 authored by jkummerow's avatar jkummerow Committed by Commit bot

Fix "const" typo

R=cbruni@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#33087}
parent f7be4de9
...@@ -67,7 +67,7 @@ class PrototypeIterator { ...@@ -67,7 +67,7 @@ class PrototypeIterator {
~PrototypeIterator() {} ~PrototypeIterator() {}
const bool HasAccess() { bool HasAccess() const {
// We can only perform access check in the handlified version of the // We can only perform access check in the handlified version of the
// PrototypeIterator. // PrototypeIterator.
DCHECK(!handle_.is_null()); DCHECK(!handle_.is_null());
......
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