Bug 1050500 - add fields to ProfileTimelineStackFrame; r=smaug
This commit is contained in:
@@ -13931,7 +13931,7 @@ public:
|
||||
aMarker.mCauseName.Construct(GetCause());
|
||||
|
||||
if (!mFunctionName.IsEmpty() || !mFileName.IsEmpty()) {
|
||||
ProfileTimelineStackFrame stackFrame;
|
||||
RootedDictionary<ProfileTimelineStackFrame> stackFrame(aCx);
|
||||
stackFrame.mLine.Construct(mLineNumber);
|
||||
stackFrame.mSource.Construct(mFileName);
|
||||
stackFrame.mFunctionDisplayName.Construct(mFunctionName);
|
||||
|
||||
Reference in New Issue
Block a user