Skip to content

Commit 743abc7

Browse files
committed
Member name changed, update to the new one (threadType -> scriptThreadType).
1 parent ce1065c commit 743abc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/profiler/profiler_templates.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ var ProfilerTemplates = function()
376376

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

382382
if (thread_type)

0 commit comments

Comments
 (0)