diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2010-10-05 15:25:07 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2010-10-05 15:25:07 -0700 |
commit | 7fca10133861348417f33dac2d656cbfd9d1bb0d (patch) | |
tree | 91ce5d67766de7f3ce43c24d552238541f764925 /deps/v8/src/handles.cc | |
parent | dbf0d6bb70902fba80b10adccf3f54fe9cf5beb7 (diff) | |
download | node-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.cc | 2 |
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; } |