Index: runtime/vm/object_test.cc |
diff --git a/runtime/vm/object_test.cc b/runtime/vm/object_test.cc |
index 5e72ebfe4343a587f4d3948fe38b15115a0bb715..208e217f5f170d587721528c511a68acb70c5552 100644 |
--- a/runtime/vm/object_test.cc |
+++ b/runtime/vm/object_test.cc |
@@ -4182,7 +4182,7 @@ TEST_CASE(FunctionWithBreakpointNotInlined) { |
EXPECT(func_b.CanBeInlined()); |
// After setting a breakpoint in a function A.b, it is no longer inlineable. |
- SourceBreakpoint* bpt = |
+ BreakpointCondition* bpt = |
Isolate::Current()->debugger()->SetBreakpointAtLine(name, |
kBreakpointLine); |
ASSERT(bpt != NULL); |