Index: runtime/include/dart_api.h |
diff --git a/runtime/include/dart_api.h b/runtime/include/dart_api.h |
index 8b9070cfdad9ff34d6cc68fee3d8c32e958fb8a5..5d8328701be18d3e79a5cd8add0c53deb1471425 100755 |
--- a/runtime/include/dart_api.h |
+++ b/runtime/include/dart_api.h |
@@ -852,6 +852,8 @@ typedef bool (*Dart_EntropySource)(uint8_t* buffer, intptr_t length); |
* |
* \param vm_isolate_snapshot A buffer containing a snapshot of the VM isolate |
* or NULL if no snapshot is provided. |
+ * \param instructions_snapshot A buffer containing a snapshot of precompiled |
+ * instructions, or NULL if no snapshot is provided. |
* \param create A function to be called during isolate creation. |
* See Dart_IsolateCreateCallback. |
* \param interrupt A function to be called when an isolate is interrupted. |