| Index: src/log.h
|
| diff --git a/src/log.h b/src/log.h
|
| index bb7ff32e7d6d8163d92531cce1494cbc4f0fb3f8..0d874dd508a4ca42e32c84462f233adbd1968a9b 100644
|
| --- a/src/log.h
|
| +++ b/src/log.h
|
| @@ -210,8 +210,7 @@ class Logger {
|
|
|
|
|
| // ==== Events logged by --log-api. ====
|
| - void ApiNamedSecurityCheck(Object* key);
|
| - void ApiIndexedSecurityCheck(uint32_t index);
|
| + void ApiSecurityCheck();
|
| void ApiNamedPropertyAccess(const char* tag, JSObject* holder, Object* name);
|
| void ApiIndexedPropertyAccess(const char* tag,
|
| JSObject* holder,
|
|
|