Chromium Code Reviews| Index: src/d8.h |
| diff --git a/src/d8.h b/src/d8.h |
| index 490fb770915c0dad7fe85ad4d6f040f3ac1a2ca8..4d723473ea385c2c66b65c6ee65fd40e872592b8 100644 |
| --- a/src/d8.h |
| +++ b/src/d8.h |
| @@ -239,7 +239,7 @@ class Worker { |
| Worker(); |
| ~Worker(); |
| - void StartExecuteInThread(Isolate* isolate, const char* function_string); |
| + void StartExecuteInThread(Isolate* isolate, const char* script); |
| void PostMessage(SerializationData* data); |
| SerializationData* GetMessage(); |
| void Terminate(); |