| Index: src/objects-debug.cc
|
| diff --git a/src/objects-debug.cc b/src/objects-debug.cc
|
| index 635ef0f2b48f3d6c3b5a542c2efe848eb89224c2..e172014780875147c3bb769f3ec015d53f1cb4d1 100644
|
| --- a/src/objects-debug.cc
|
| +++ b/src/objects-debug.cc
|
| @@ -558,8 +558,6 @@ void SharedFunctionInfo::SharedFunctionInfoPrint() {
|
| code()->ShortPrint();
|
| PrintF("\n - source code = ");
|
| GetSourceCode()->ShortPrint();
|
| - PrintF("\n - lazy load: %s",
|
| - lazy_load_data() == Heap::undefined_value() ? "no" : "yes");
|
| // Script files are often large, hard to read.
|
| // PrintF("\n - script =");
|
| // script()->Print();
|
| @@ -579,7 +577,6 @@ void SharedFunctionInfo::SharedFunctionInfoVerify() {
|
| VerifyObjectField(kCodeOffset);
|
| VerifyObjectField(kInstanceClassNameOffset);
|
| VerifyObjectField(kExternalReferenceDataOffset);
|
| - VerifyObjectField(kLazyLoadDataOffset);
|
| VerifyObjectField(kScriptOffset);
|
| VerifyObjectField(kDebugInfoOffset);
|
| }
|
|
|