Index: runtime/vm/kernel_isolate.h |
diff --git a/runtime/vm/kernel_isolate.h b/runtime/vm/kernel_isolate.h |
index 7cb9f782b6c205373a82bf17a6248c15e9e3d49c..1fe16b71a4b70336e4c1f8441a2d726d61490a39 100644 |
--- a/runtime/vm/kernel_isolate.h |
+++ b/runtime/vm/kernel_isolate.h |
@@ -30,7 +30,8 @@ class KernelIsolate : public AllStatic { |
static Dart_KernelCompilationResult CompileToKernel( |
const char* script_uri, |
int source_files_count = 0, |
- Dart_SourceFile source_files[] = NULL); |
+ Dart_SourceFile source_files[] = NULL, |
+ bool incremental = false); |
protected: |
static Monitor* monitor_; |