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

Unified Diff: runtime/vm/class_finalizer.cc

Issue 10827288: - Support for patching of class methods and fields. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 4 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
Index: runtime/vm/class_finalizer.cc
===================================================================
--- runtime/vm/class_finalizer.cc (revision 10615)
+++ runtime/vm/class_finalizer.cc (working copy)
@@ -742,7 +742,7 @@
const Function& signature_fun =
Function::Handle(type_class.signature_function());
ASSERT(!signature_fun.is_static());
- const Class& sig_fun_owner = Class::Handle(signature_fun.owner());
+ const Class& sig_fun_owner = Class::Handle(signature_fun.Owner());
FinalizeTypeArguments(sig_fun_owner, full_arguments, finalization);
} else {
FinalizeTypeArguments(type_class, full_arguments, finalization);
« no previous file with comments | « runtime/lib/isolate.cc ('k') | runtime/vm/code_generator.cc » ('j') | runtime/vm/object.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698