Index: gin/public/isolate_holder.h |
diff --git a/gin/public/isolate_holder.h b/gin/public/isolate_holder.h |
index 4e14ade3fd45cab820fb7ddc464a99dd78b5a56b..6378e39068d7865a16db54e3506170b6a3e374cc 100644 |
--- a/gin/public/isolate_holder.h |
+++ b/gin/public/isolate_holder.h |
@@ -56,6 +56,12 @@ class GIN_EXPORT IsolateHolder { |
static bool LoadV8SnapshotFD(int natives_fd, int snapshot_fd); |
#endif |
static bool LoadV8Snapshot(); |
+#ifndef OS_ANDROID |
+ static const char* GetV8NativesData(); |
+ static const char* GetV8SnapshotData(); |
+ static int GetV8NativesSize(); |
+ static int GetV8SnapshotSize(); |
+#endif // OS_ANDROID |
#endif // V8_USE_EXTERNAL_STARTUP_DATA |
private: |