Index: gin/public/isolate_holder.h |
diff --git a/gin/public/isolate_holder.h b/gin/public/isolate_holder.h |
index 7968b1df0ba3edd8a9978105b927a494ec4cb5ef..7d7cb908bd1b7624096f22811c8c83037d4072c6 100644 |
--- a/gin/public/isolate_holder.h |
+++ b/gin/public/isolate_holder.h |
@@ -63,6 +63,8 @@ class GIN_EXPORT IsolateHolder { |
int64 snapshot_offset, |
int64 snapshot_size); |
static bool LoadV8Snapshot(); |
+ static bool MapV8FilesForChildProcesses(int* natives_fd_out, |
James Cook
2015/03/18 23:20:06
nit: Document what this function does.
rmcilroy
2015/03/19 14:41:39
Done - also renamed to be more precise.
|
+ int* snapshot_fd_out); |
#endif // V8_USE_EXTERNAL_STARTUP_DATA |
static void GetV8ExternalSnapshotData(const char** natives_data_out, |
int* natives_size_out, |