Index: src/objects.cc |
diff --git a/src/objects.cc b/src/objects.cc |
index 3f028c62824a35653bdc4ef03b265f6eedd4413e..92d0d7fa646b8e1b831ebed8cd08c307c8403ed3 100644 |
--- a/src/objects.cc |
+++ b/src/objects.cc |
@@ -983,7 +983,7 @@ MaybeHandle<Object> JSProxy::GetPrototype(Handle<JSProxy> proxy) { |
} |
-bool JSProxy::IsRevoked() { |
+bool JSProxy::IsRevoked() const { |
// TODO(neis): Decide on how to represent revocation. For now, revocation is |
// unsupported. |
DCHECK(target()->IsJSReceiver()); |