Bug 1170671 - ProfileTimelineMarkers that use TRACING_TIMESTAMP should capture stack information. r=smaug

This commit is contained in:
Jordan Santell
2015-06-02 16:16:32 -07:00
parent 5eebc3db35
commit 406273fc90
4 changed files with 6 additions and 4 deletions

View File

@@ -2997,6 +2997,7 @@ nsDocShell::PopProfileTimelineMarkers(
marker->mName = NS_ConvertUTF8toUTF16(startPayload->GetName());
marker->mStart = startPayload->GetTime();
marker->mEnd = startPayload->GetTime();
marker->mStack = startPayload->GetStack();
startPayload->AddDetails(aCx, *marker);
continue;
}