Index: src/objects-debug.cc |
=================================================================== |
--- src/objects-debug.cc (revision 5846) |
+++ src/objects-debug.cc (working copy) |
@@ -982,7 +982,6 @@ |
VerifyPointer(name()); |
VerifyPointer(data()); |
VerifyPointer(flag()); |
- VerifyPointer(load_stub_cache()); |
} |
void AccessorInfo::AccessorInfoPrint() { |
@@ -997,8 +996,6 @@ |
data()->ShortPrint(); |
PrintF("\n - flag: "); |
flag()->ShortPrint(); |
- PrintF("\n - load_stub_cache: "); |
- load_stub_cache()->ShortPrint(); |
} |
void AccessCheckInfo::AccessCheckInfoVerify() { |
@@ -1048,7 +1045,6 @@ |
CHECK(IsCallHandlerInfo()); |
VerifyPointer(callback()); |
VerifyPointer(data()); |
- VerifyPointer(call_stub_cache()); |
} |
void CallHandlerInfo::CallHandlerInfoPrint() { |
@@ -1058,7 +1054,6 @@ |
PrintF("\n - data: "); |
data()->ShortPrint(); |
PrintF("\n - call_stub_cache: "); |
- call_stub_cache()->ShortPrint(); |
} |
void TemplateInfo::TemplateInfoVerify() { |