Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2231)

Unified Diff: pkg/fletchc/lib/stack_trace.dart

Issue 1170123004: Rename CompiledFunction to FletchFunctionBuilder and CompiledClass to FletchClassBuilder. (Closed) Base URL: git@github.com:dart-lang/fletch.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/fletchc/lib/src/lazy_field_initializer_codegen.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « pkg/fletchc/lib/src/lazy_field_initializer_codegen.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698