| Index: src/d8.h
|
| diff --git a/src/d8.h b/src/d8.h
|
| index 321d9c17706d5b1d4793dcda256bae864108eb07..e51e8ee13fae98b3bcc7b3d3fab5421548213454 100644
|
| --- a/src/d8.h
|
| +++ b/src/d8.h
|
| @@ -461,6 +461,7 @@ class Shell : public i::AllStatic {
|
| static i::List<Worker*> workers_;
|
| static i::List<SharedArrayBuffer::Contents> externalized_shared_contents_;
|
|
|
| + static void WriteIgnitionDispatchCountersFile(v8::Isolate* isolate);
|
| static Counter* GetCounter(const char* name, bool is_histogram);
|
| static Local<String> Stringify(Isolate* isolate, Local<Value> value);
|
| #endif // !V8_SHARED
|
|
|