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:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user