Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(339)

Unified Diff: src/d8.cc

Issue 7003113: corrected parts in d8 that accesses the new "deisolated" Thread in platform.h (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/d8-debug.h » ('j') | src/d8-debug.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « no previous file | src/d8-debug.h » ('j') | src/d8-debug.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698