Chromium Code Reviews| Index: src/isolate.h |
| diff --git a/src/isolate.h b/src/isolate.h |
| index 088d73adaa847056c1de1cde2de44da18633e37c..5db97acfa304c7c073bd1372b509c6de628b58bf 100644 |
| --- a/src/isolate.h |
| +++ b/src/isolate.h |
| @@ -277,6 +277,9 @@ class Isolate { |
| static Isolate* InitThreadForGlobalIsolate(); |
| #endif |
| + // Destroy the global isolate. |
| + static void TearDown(); |
| + |
| // Destroy the global isolate and create a new one in its place. |
| static void TearDownAndRecreateGlobalIsolate(); |