Bug 1519636 - Reformat recent changes to the Google coding style r=necko-reviewers,dragana

# ignore-this-changeset

Differential Revision: https://phabricator.services.mozilla.com/D77580
This commit is contained in:
Sylvestre Ledru
2020-05-30 09:55:27 +00:00
parent 0050d87ef9
commit f3721408bf
8 changed files with 25 additions and 25 deletions

View File

@@ -667,8 +667,7 @@ void DOMIntersectionObserver::QueueIntersectionObserverEntry(
}
RefPtr<DOMIntersectionObserverEntry> entry = new DOMIntersectionObserverEntry(
this, time, rootBounds.forget(), boundingClientRect.forget(),
intersectionRect.forget(), aIsIntersecting, aTarget,
aIntersectionRatio);
intersectionRect.forget(), aIsIntersecting, aTarget, aIntersectionRatio);
mQueuedEntries.AppendElement(entry.forget());
}