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

Unified Diff: dart/runtime/vm/stack_frame_test.cc

Issue 14049009: Rename Invocation to InvocationMirror. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Merged Created 7 years, 8 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 | « dart/runtime/vm/dart_entry.cc ('k') | dart/runtime/vm/stub_code_ia32.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/runtime/vm/stack_frame_test.cc
diff --git a/dart/runtime/vm/stack_frame_test.cc b/dart/runtime/vm/stack_frame_test.cc
index b39e01beed304c54dd022db6edca1816d741f958..ecdf38e574c402f91bbf445a94b80af5f3aa6d4e 100644
--- a/dart/runtime/vm/stack_frame_test.cc
+++ b/dart/runtime/vm/stack_frame_test.cc
@@ -257,7 +257,7 @@ TEST_CASE(ValidateNoSuchMethodStackFrameIteration) {
"} "
"class StackFrame2Test {"
" StackFrame2Test() {}"
- " noSuchMethod(InvocationMirror im) {"
+ " noSuchMethod(Invocation im) {"
" /* We should have 8 general frames and 3 dart frames as follows:"
" * exit frame"
" * dart frame corresponding to StackFrame.frameCount"
« no previous file with comments | « dart/runtime/vm/dart_entry.cc ('k') | dart/runtime/vm/stub_code_ia32.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698