| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index 7d27029d23c8ee403588f88f8b4a3abe87a4fa4d..4608885e4ebe2c41bf310fbb97432b84108c548c 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -4539,7 +4539,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
|
|
|