Chromium Code Reviews| Index: src/isolate.h |
| diff --git a/src/isolate.h b/src/isolate.h |
| index df70ba9efd4b4198b7ee28b94da4b60287f5c1d3..b0142bff0d9e536c259b769d6dc2ce17b1a8518a 100644 |
| --- a/src/isolate.h |
| +++ b/src/isolate.h |
| @@ -470,6 +470,8 @@ class Isolate { |
| // for legacy API reasons. |
| void TearDown(); |
| + static void GlobalTearDown(); |
| + |
| bool IsDefaultIsolate() const { return this == default_isolate_; } |
| // Ensures that process-wide resources and the default isolate have been |