| Index: src/isolate.h
|
| diff --git a/src/isolate.h b/src/isolate.h
|
| index 54d313fb5d3fb27f208a9cbe4246f2285698bf3f..bc38fbf59f81bcfdd289fa011c3dba7c2ac96221 100644
|
| --- a/src/isolate.h
|
| +++ b/src/isolate.h
|
| @@ -498,7 +498,7 @@ class Isolate {
|
| // 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.
|
| // Safe to call multiple times.
|
| - static Isolate* EnsureDefaultIsolate();
|
| + static Isolate* EnsureDefaultIsolate(bool must_be_null = false);
|
|
|
| // Initialize all thread local variables
|
| static void InitializeThreadLocalStorage();
|
|
|