Index: include/v8.h |
diff --git a/include/v8.h b/include/v8.h |
index 913866b730747f32c05674c0fc8f96c1eef4cf5d..dd067f47776ece5a1eba0eb6de6066be97430e7c 100644 |
--- a/include/v8.h |
+++ b/include/v8.h |
@@ -5344,7 +5344,7 @@ class V8_EXPORT V8 { |
* Returns { NULL, 0 } on failure. |
* The caller owns the data array in the return value. |
*/ |
- static StartupData CreateSnapshotDataBlob(); |
+ static StartupData CreateSnapshotDataBlob(char* custom_source = NULL); |
/** |
* Adds a message listener. |