summaryrefslogtreecommitdiff
path: root/deps/v8/src/handles.cc
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-10-05 15:25:07 -0700
committerRyan Dahl <ry@tinyclouds.org>2010-10-05 15:25:07 -0700
commit7fca10133861348417f33dac2d656cbfd9d1bb0d (patch)
tree91ce5d67766de7f3ce43c24d552238541f764925 /deps/v8/src/handles.cc
parentdbf0d6bb70902fba80b10adccf3f54fe9cf5beb7 (diff)
downloadnode-new-7fca10133861348417f33dac2d656cbfd9d1bb0d.tar.gz
Upgrade V8 to 2.4.8
Diffstat (limited to 'deps/v8/src/handles.cc')
-rw-r--r--deps/v8/src/handles.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/handles.cc b/deps/v8/src/handles.cc
index 02074925e5..3fed0bcc0c 100644
--- a/deps/v8/src/handles.cc
+++ b/deps/v8/src/handles.cc
@@ -175,7 +175,7 @@ static int ExpectedNofPropertiesFromEstimate(int estimate) {
// Inobject slack tracking will reclaim redundant inobject space later,
// so we can afford to adjust the estimate generously.
- return estimate + 6;
+ return estimate + 8;
}