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

Unified Diff: runtime/vm/compiler.h

Issue 15979010: Fix two bugs in the Dart VM's super-noSuchMethod invocation. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: improved version Created 7 years, 7 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/compiler.h
===================================================================
--- runtime/vm/compiler.h (revision 23536)
+++ runtime/vm/compiler.h (working copy)
@@ -50,7 +50,7 @@
// sets its code field.
//
// Returns Error::null() if there is no compilation error.
- static RawError* CompileParsedFunction(const ParsedFunction& parsed_function);
+ static RawError* CompileParsedFunction(ParsedFunction* parsed_function);
// Generates and executes code for a given code fragment, e.g. a
// compile time constant expression. Returns the result returned

Powered by Google App Engine
This is Rietveld 408576698