| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index 6607c45f6ea9290f63775a3b6b421ecd9e10372b..683df345eb9acf6732e9164314c719cfb615b186 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -4540,7 +4540,7 @@ struct JitCodeEvent {
|
| // Size of the instructions.
|
| size_t code_len;
|
| // Script info for CODE_ADDED event.
|
| - Handle<Script> script;
|
| + Handle<UnboundScript> script;
|
| // User-defined data for *_LINE_INFO_* event. It's used to hold the source
|
| // code line information which is returned from the
|
| // CODE_START_LINE_INFO_RECORDING event. And it's passed to subsequent
|
|
|