Index: src/runtime.cc |
diff --git a/src/runtime.cc b/src/runtime.cc |
index 8625053894abda8a5bd52c7cbcb41f1c66428c20..a0f26fc240f0cca8db1fcf67ca9515ce4f3ccf26 100644 |
--- a/src/runtime.cc |
+++ b/src/runtime.cc |
@@ -9063,7 +9063,7 @@ static Object* Runtime_SetFunctionBreakPoint(Arguments args) { |
// Set break point. |
Debug::SetBreakPoint(shared, break_point_object_arg, &source_position); |
- return Heap::undefined_value(); |
+ return Smi::FromInt(source_position); |
} |