Index: src/debug/debug.h |
diff --git a/src/debug/debug.h b/src/debug/debug.h |
index 8ef0c60505b59f0471ca1661eb98f81d8ca751dd..19f89a0e2743a383e0efdf6e2c94e389a1f0647c 100644 |
--- a/src/debug/debug.h |
+++ b/src/debug/debug.h |
@@ -313,7 +313,7 @@ class Debug { |
bool PrepareFunctionForBreakPoints(Handle<SharedFunctionInfo> shared); |
bool GetPossibleBreakpoints(Handle<Script> script, int start_position, |
int end_position, bool restrict_to_function, |
- std::set<int>* positions); |
+ std::vector<BreakLocation>* locations); |
void RecordGenerator(Handle<JSGeneratorObject> generator_object); |