| Index: pkg/fletchc/lib/stack_trace.dart
|
| diff --git a/pkg/fletchc/lib/stack_trace.dart b/pkg/fletchc/lib/stack_trace.dart
|
| index 76c852c0f7bd050f2e1cfa1fea559e7f8ade53f2..bf9dd382112c025e4970203a9c071cbca5cafc7b 100644
|
| --- a/pkg/fletchc/lib/stack_trace.dart
|
| +++ b/pkg/fletchc/lib/stack_trace.dart
|
| @@ -17,7 +17,7 @@ class StackFrame {
|
| : this.functionId = functionId,
|
| this.compiler = compiler,
|
| isInternal =
|
| - compiler.lookupCompiledFunction(functionId).isParameterStub;
|
| + compiler.lookupFletchFunctionBuilder(functionId).isParameterStub;
|
|
|
| String invokeString(Bytecode bytecode) {
|
| if (bytecode is InvokeMethod) {
|
|
|