Chromium Code Reviews| Index: src/d8.cc |
| diff --git a/src/d8.cc b/src/d8.cc |
| index 022860ead8dcc68e03d6bd54d4d1907372c237e2..fe3bb2d6a4482e10d305d5ebdded3e84bafc6e10 100644 |
| --- a/src/d8.cc |
| +++ b/src/d8.cc |
| @@ -772,7 +772,7 @@ void Shell::RunShell() { |
| class ShellThread : public i::Thread { |
| public: |
| ShellThread(i::Isolate* isolate, int no, i::Vector<const char> files) |
| - : Thread(isolate, "d8:ShellThread"), |
| + : Thread("d8:ShellThread"), |
| no_(no), files_(files) { } |
| virtual void Run(); |
| private: |