| Index: src/third_party/vtune/v8-vtune.h
|
| diff --git a/src/third_party/vtune/v8-vtune.h b/src/third_party/vtune/v8-vtune.h
|
| index c60b303b3ab53015c1e2edbaf3298afc60d7282a..a7e51166046cd9bcf9bd03a66f209e15df72e87a 100644
|
| --- a/src/third_party/vtune/v8-vtune.h
|
| +++ b/src/third_party/vtune/v8-vtune.h
|
| @@ -58,9 +58,11 @@
|
| #ifndef V8_VTUNE_H_
|
| #define V8_VTUNE_H_
|
|
|
| +#include "../../../include/v8.h"
|
| +
|
| namespace vTune {
|
|
|
| -void InitializeVtuneForV8();
|
| +void InitializeVtuneForV8(v8::Isolate::CreateParams& params);
|
|
|
| } // namespace vTune
|
|
|
|
|