Chromium Code Reviews| Index: src/objects-debug.cc |
| diff --git a/src/objects-debug.cc b/src/objects-debug.cc |
| index 01881346e14761cf394b1af1fa2d890162bf3e81..10ad2941a38a963e06dace9001c953c4455abbef 100644 |
| --- a/src/objects-debug.cc |
| +++ b/src/objects-debug.cc |
| @@ -979,6 +979,7 @@ void AccessorInfo::AccessorInfoVerify() { |
| VerifyPointer(name()); |
| VerifyPointer(data()); |
| VerifyPointer(flag()); |
| + VerifyPointer(load_stub_cache()); |
| } |
| void AccessorInfo::AccessorInfoPrint() { |