| Index: gin/public/v8_platform.h
|
| diff --git a/gin/public/v8_platform.h b/gin/public/v8_platform.h
|
| index ad37a5c4cebf7b519cad0885c5fa17526cc297f4..ca23d5af11f48e2f9379e9dcabb4d7a2a3833ab2 100644
|
| --- a/gin/public/v8_platform.h
|
| +++ b/gin/public/v8_platform.h
|
| @@ -48,6 +48,8 @@ class GIN_EXPORT V8Platform : public NON_EXPORTED_BASE(v8::Platform) {
|
| void UpdateTraceEventDuration(const uint8_t* category_enabled_flag,
|
| const char* name,
|
| uint64_t handle) override;
|
| + void PushTracingPseudoStackFrame(const char* stack_frame) override;
|
| + void PopTracingPseudoStackFrame(const char* stack_frame) override;
|
|
|
| private:
|
| friend struct base::DefaultLazyInstanceTraits<V8Platform>;
|
|
|