| Index: test/cctest/test-debug.cc
|
| ===================================================================
|
| --- test/cctest/test-debug.cc (revision 4865)
|
| +++ test/cctest/test-debug.cc (working copy)
|
| @@ -194,8 +194,9 @@
|
| static int break_point = 0;
|
| Handle<v8::internal::SharedFunctionInfo> shared(fun->shared());
|
| Debug::SetBreakPoint(
|
| - shared, position,
|
| - Handle<Object>(v8::internal::Smi::FromInt(++break_point)));
|
| + shared,
|
| + Handle<Object>(v8::internal::Smi::FromInt(++break_point)),
|
| + &position);
|
| return break_point;
|
| }
|
|
|
|
|