| Index: gin/public/isolate_holder.h
|
| diff --git a/gin/public/isolate_holder.h b/gin/public/isolate_holder.h
|
| index b12734c4413c377ebcd6318b41fddd2b3ba721dd..09f2126353571669a775abaac4eedff382e1ccb1 100644
|
| --- a/gin/public/isolate_holder.h
|
| +++ b/gin/public/isolate_holder.h
|
| @@ -51,10 +51,10 @@ class GIN_EXPORT IsolateHolder {
|
| // thread.
|
| void RemoveRunMicrotasksObserver();
|
|
|
| -#ifdef V8_USE_EXTERNAL_STARTUP_DATA
|
| +#if defined(V8_USE_EXTERNAL_STARTUP_DATA)
|
| static bool LoadV8SnapshotFD(int natives_fd, int snapshot_fd);
|
| static bool LoadV8Snapshot();
|
| -#endif // V8_USE_EXTERNAL_STARTUP_DATA
|
| +#endif // defined(V8_USE_EXTERNAL_STARTUP_DATA)
|
| static void GetV8ExternalSnapshotData(const char** natives_data_out,
|
| int* natives_size_out,
|
| const char** snapshot_data_out,
|
|
|