summaryrefslogtreecommitdiffstats
path: root/JavaScriptCore/profiler/Profile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'JavaScriptCore/profiler/Profile.cpp')
-rw-r--r--JavaScriptCore/profiler/Profile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/JavaScriptCore/profiler/Profile.cpp b/JavaScriptCore/profiler/Profile.cpp
index bc239b3..1a84518 100644
--- a/JavaScriptCore/profiler/Profile.cpp
+++ b/JavaScriptCore/profiler/Profile.cpp
@@ -42,7 +42,7 @@ Profile::Profile(const UString& title, unsigned uid)
{
// FIXME: When multi-threading is supported this will be a vector and calls
// into the profiler will need to know which thread it is executing on.
- m_head = ProfileNode::create(CallIdentifier("Thread_1", UString(), 0), 0, 0);
+ m_head = ProfileNode::create(0, CallIdentifier("Thread_1", UString(), 0), 0, 0);
}
Profile::~Profile()