Skip to content

Commit 2bb84d5

Browse files
committed
Fixed the name of a member that changed in Profiler 1.1.
1 parent 3e9c30c commit 2bb84d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/profiler/profiler_templates.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,8 +376,8 @@ var ProfilerTemplates = function()
376376

377377
case EVENT_TYPE_THREAD_EVALUATION:
378378
var title = [];
379-
var thread_type = event.threadEvaluation.threadType;
380-
var event_name = event.threadEvaluation.eventName;
379+
var thread_type = event.scriptThreadEvaluation.threadType;
380+
var event_name = event.scriptThreadEvaluation.eventName;
381381

382382
if (thread_type)
383383
{

0 commit comments

Comments
 (0)