Skip to content

Commit

Permalink
Bug 1864045: Fix merge error for OnDataFinished in HTML5Parser r=edgul
Browse files Browse the repository at this point in the history
  • Loading branch information
jesup committed Nov 9, 2023
1 parent 8a480d9 commit e7da107
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions parser/html/nsHtml5StreamParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1423,6 +1423,9 @@ nsresult nsHtml5StreamParser::OnStopRequest(
// Let the MainThread event handle this, even though it will just
// send it back to this thread, so we can accurately judge the impact
// of this change. This should eventually be removed
mOnStopCalled = false;
// don't record any telemetry for this
return NS_OK;
}
}
}
Expand Down

0 comments on commit e7da107

Please sign in to comment.