summaryrefslogtreecommitdiff
path: root/deps/v8/src/debug.cc
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-08-12 10:11:03 -0700
committerRyan Dahl <ry@tinyclouds.org>2010-08-12 10:11:03 -0700
commit083ee0f8b7a8d98d51bf2debf47d68117f13087f (patch)
treea82e78989562eaf41da7963fe0c80d8f1af94c6d /deps/v8/src/debug.cc
parent9acd76ed6e020fa540f64eabf4bdb33513795924 (diff)
downloadnode-new-083ee0f8b7a8d98d51bf2debf47d68117f13087f.tar.gz
Upgrade V8 to 2.3.7
Diffstat (limited to 'deps/v8/src/debug.cc')
-rw-r--r--deps/v8/src/debug.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/v8/src/debug.cc b/deps/v8/src/debug.cc
index 5d386cc04b..dbf9df9fda 100644
--- a/deps/v8/src/debug.cc
+++ b/deps/v8/src/debug.cc
@@ -852,8 +852,8 @@ void Debug::PreemptionWhileInDebugger() {
void Debug::Iterate(ObjectVisitor* v) {
- v->VisitPointer(BitCast<Object**, Code**>(&(debug_break_return_)));
- v->VisitPointer(BitCast<Object**, Code**>(&(debug_break_slot_)));
+ v->VisitPointer(BitCast<Object**>(&(debug_break_return_)));
+ v->VisitPointer(BitCast<Object**>(&(debug_break_slot_)));
}