Index: runtime/vm/kernel_isolate.h |
diff --git a/runtime/vm/kernel_isolate.h b/runtime/vm/kernel_isolate.h |
index c87aea02e6f2b5fa2568cdedfca4d5bdb246a860..89507d1cc408e27c0d775b0f0149915d307651e2 100644 |
--- a/runtime/vm/kernel_isolate.h |
+++ b/runtime/vm/kernel_isolate.h |
@@ -29,6 +29,7 @@ class KernelIsolate : public AllStatic { |
static Dart_KernelCompilationResult CompileToKernel( |
const char* script_uri, |
+ const char* platform_kernel = NULL, |
int source_files_count = 0, |
Dart_SourceFile source_files[] = NULL, |
bool incremental_compile = false); |