Index: src/isolate.h |
diff --git a/src/isolate.h b/src/isolate.h |
index eb1841d4d834532fa224ee82a07a56a7aac310a6..f629b33741983c6cf8e7f305b5dca53beb9fb7f8 100644 |
--- a/src/isolate.h |
+++ b/src/isolate.h |
@@ -1165,6 +1165,8 @@ class Isolate { |
bool IsIsolateInBackground() { return is_isolate_in_background_; } |
+ void PrintWithTimestamp(const char* format, ...); |
+ |
protected: |
explicit Isolate(bool enable_serializer); |
bool IsArrayOrObjectPrototype(Object* object); |