Index: runtime/vm/compiler.h |
=================================================================== |
--- runtime/vm/compiler.h (revision 11113) |
+++ runtime/vm/compiler.h (working copy) |
@@ -28,7 +28,9 @@ |
// the symbol tables and the class dictionary of the library. |
// |
// Returns Error::null() if there is no compilation error. |
- static RawError* Compile(const Library& library, const Script& script); |
+ static RawError* Compile(const Library& library, |
+ const Script& script, |
+ bool generating_snapshot); |
// Generates code for given function and sets its code field. |
// |