Skip to content

Commit

Permalink
Merge mozilla-central to autoland. a=merge CLOSED TREE
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihai Alexandru Michis committed Jul 6, 2019
2 parents 4736d10 + 5e3c522 commit 201999f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dom/base/Document.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11192,7 +11192,7 @@ void Document::SetReadyStateInternal(ReadyState rs,
// At the time of loading start, we don't have timing object, record time.

if (READYSTATE_INTERACTIVE == rs) {
if (nsContentUtils::IsSystemPrincipal(NodePrincipal())) {
if (!mXULPersist && nsContentUtils::IsSystemPrincipal(NodePrincipal())) {
mXULPersist = new XULPersist(this);
mXULPersist->Init();
}
Expand Down

0 comments on commit 201999f

Please sign in to comment.