зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1209779 - Ensure that all null elements are written when streaming profiler JSON; r=shu
--HG-- extra : commitid : 1WUhRQd8QZA
This commit is contained in:
Родитель
9e72c16a5c
Коммит
0066e77f7c
|
@ -470,6 +470,8 @@ void UniqueStacks::StreamFrame(const OnStackFrameKey& aFrame)
|
|||
}
|
||||
if (aFrame.mCategory.isSome()) {
|
||||
if (aFrame.mLine.isNothing()) {
|
||||
mFrameTableWriter.NullElement(); // implementation
|
||||
mFrameTableWriter.NullElement(); // optimizations
|
||||
mFrameTableWriter.NullElement(); // line
|
||||
}
|
||||
mFrameTableWriter.IntElement(*aFrame.mCategory);
|
||||
|
|
Загрузка…
Ссылка в новой задаче