| Index: src/isolate.h
|
| diff --git a/src/isolate.h b/src/isolate.h
|
| index 86a1bb73288d3ed261cc11410bf33a99749b4ae7..94fa7c528917e74a327eed0f6f0e376568b56377 100644
|
| --- a/src/isolate.h
|
| +++ b/src/isolate.h
|
| @@ -501,6 +501,7 @@ class Isolate {
|
|
|
| bool IsDefaultIsolate() const { return this == default_isolate_; }
|
|
|
| + static void SetCrashIfDefaultIsolateInitialized();
|
| // Ensures that process-wide resources and the default isolate have been
|
| // allocated. It is only necessary to call this method in rare cases, for
|
| // example if you are using V8 from within the body of a static initializer.
|
|
|