| Index: gin/public/isolate_holder.h
|
| diff --git a/gin/public/isolate_holder.h b/gin/public/isolate_holder.h
|
| index 111fde870f79af3979ab494317ef7c102f8b9126..ddd3aaa01145d21e4b19e58bde9ad15ed0615b71 100644
|
| --- a/gin/public/isolate_holder.h
|
| +++ b/gin/public/isolate_holder.h
|
| @@ -40,7 +40,10 @@ class GIN_EXPORT IsolateHolder {
|
|
|
| // Should be invoked once before creating IsolateHolder instances to
|
| // initialize V8 and Gin. In case V8_USE_EXTERNAL_STARTUP_DATA is
|
| - // defined, V8's initial snapshot should be loaded (by calling
|
| + // defined, V8's initial natives should be loaded (by calling
|
| + // V8Initializer::LoadV8NativesFromFD or
|
| + // V8Initializer::LoadV8Natives) before calling this method. If the
|
| + // snapshot file is available, it should also be loaded (by calling
|
| // V8Initializer::LoadV8SnapshotFromFD or
|
| // V8Initializer::LoadV8Snapshot) before calling this method.
|
| static void Initialize(ScriptMode mode,
|
|
|