Index: runtime/vm/compiler.h |
=================================================================== |
--- runtime/vm/compiler.h (revision 45386) |
+++ runtime/vm/compiler.h (working copy) |
@@ -42,7 +42,8 @@ |
static RawError* CompileFunction(Thread* thread, const Function& function); |
// Generates unoptimized code if not present, current code is unchanged. |
- static void EnsureUnoptimizedCode(Thread* thread, const Function& function); |
+ static RawError* EnsureUnoptimizedCode(Thread* thread, |
+ const Function& function); |
// Generates optimized code for function. |
// |