summaryrefslogtreecommitdiffstats
path: root/src/objects-debug.cc
diff options
context:
space:
mode:
authorAndrei Popescu <andreip@google.com>2010-02-23 13:46:05 +0000
committerAndrei Popescu <andreip@google.com>2010-02-25 14:07:18 +0000
commit3100271588b61cbc1dc472a3f2f105d2eed8497f (patch)
tree05c3c54cf44b861d1d61dfcbb6b83e2ee2c13281 /src/objects-debug.cc
parent6b23cceca405474a281cdf61cbcd6ecf10944a82 (diff)
downloadandroid_external_v8-3100271588b61cbc1dc472a3f2f105d2eed8497f.tar.gz
android_external_v8-3100271588b61cbc1dc472a3f2f105d2eed8497f.tar.bz2
android_external_v8-3100271588b61cbc1dc472a3f2f105d2eed8497f.zip
Update to V8 with partial snapshots. This is taken from the partial_snapshot branch of V8.
Diffstat (limited to 'src/objects-debug.cc')
-rw-r--r--src/objects-debug.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/objects-debug.cc b/src/objects-debug.cc
index 7e77e816..ded213b2 100644
--- a/src/objects-debug.cc
+++ b/src/objects-debug.cc
@@ -615,9 +615,6 @@ void Map::MapPrint() {
if (is_undetectable()) {
PrintF(" - undetectable\n");
}
- if (needs_loading()) {
- PrintF(" - needs_loading\n");
- }
if (has_instance_call_handler()) {
PrintF(" - instance_call_handler\n");
}