Chromium Code Reviews| Index: src/objects-debug.cc |
| diff --git a/src/objects-debug.cc b/src/objects-debug.cc |
| index fee4ab36cce480e8d4bec0455ab318c488c7d08c..b20dc3607685224f09e40d7ca059a3f96186580c 100644 |
| --- a/src/objects-debug.cc |
| +++ b/src/objects-debug.cc |
| @@ -1014,6 +1014,7 @@ void FunctionTemplateInfo::FunctionTemplateInfoVerify() { |
| VerifyPointer(instance_template()); |
| VerifyPointer(signature()); |
| VerifyPointer(access_check_info()); |
| + VerifyPointer(cache_property()); |
| } |