Chromium Code Reviews| Index: gin/public/v8_platform.h |
| diff --git a/gin/public/v8_platform.h b/gin/public/v8_platform.h |
| index 2dd32a055570bf2c0e985a9365eb32af27882784..70ee78a41d3054b56b807a4125aeb65ada035859 100644 |
| --- a/gin/public/v8_platform.h |
| +++ b/gin/public/v8_platform.h |
| @@ -44,6 +44,7 @@ class GIN_EXPORT V8Platform : public NON_EXPORTED_BASE(v8::Platform) { |
| const char** arg_names, |
| const uint8_t* arg_types, |
| const uint64_t* arg_values, |
| + std::unique_ptr<v8::ConvertableToTraceFormat>*, |
|
jochen (gone - plz use gerrit)
2016/09/26 15:04:37
please add an args name
alph
2016/09/26 22:06:56
Done.
|
| unsigned int flags) override; |
| void UpdateTraceEventDuration(const uint8_t* category_enabled_flag, |
| const char* name, |