| Index: src/isolate.h
|
| diff --git a/src/isolate.h b/src/isolate.h
|
| index 76a5a41e70ab0b32502d10a5c9ed37ad22789985..0552ef7f8085b60f8b3d349580424b05255092ec 100644
|
| --- a/src/isolate.h
|
| +++ b/src/isolate.h
|
| @@ -1107,14 +1107,14 @@ class Isolate {
|
| callback_table_ = callback_table;
|
| }
|
|
|
| + int id() const { return static_cast<int>(id_); }
|
| +
|
| HStatistics* GetHStatistics();
|
| HTracer* GetHTracer();
|
|
|
| private:
|
| Isolate();
|
|
|
| - int id() const { return static_cast<int>(id_); }
|
| -
|
| friend struct GlobalState;
|
| friend struct InitializeGlobalState;
|
|
|
|
|