Chromium Code Reviews| Index: src/isolate.h |
| diff --git a/src/isolate.h b/src/isolate.h |
| index 6580eecad7ba52605b911767070f9e54fa70c770..b9ba54ea463462bbd8635afa6a855789a5bdadf0 100644 |
| --- a/src/isolate.h |
| +++ b/src/isolate.h |
| @@ -1162,7 +1162,7 @@ class Isolate { |
| bool IsIsolateInBackground() { return is_isolate_in_background_; } |
| - void PrintWithTimestamp(const char* format, ...); |
| + PRINTF_FORMAT(2, 3) void PrintWithTimestamp(const char* format, ...); |
| protected: |
| explicit Isolate(bool enable_serializer); |