Chromium Code Reviews| Index: runtime/observatory/test/source_location_test.dart |
| diff --git a/runtime/observatory/test/source_location_test.dart b/runtime/observatory/test/source_location_test.dart |
| index 0cdd07cd335857dd38a257808a6d4c1f0592945d..e0cdd2113e7f4512da7cd7a4c348fb9bfe25815b 100644 |
| --- a/runtime/observatory/test/source_location_test.dart |
| +++ b/runtime/observatory/test/source_location_test.dart |
| @@ -22,6 +22,7 @@ class TestDebugger extends Debugger { |
| Isolate isolate; |
| ServiceMap stack; |
| + int currentFrame = 0; |
| } |
| void source_location_dummy_function() { |