Bug 1615609 - Rename nsRefreshDriver::IntersectionObservationAdded. r=hiro
The existing name is wrong since recently. Differential Revision: https://phabricator.services.mozilla.com/D62922
This commit is contained in:
@@ -162,7 +162,7 @@ void DOMIntersectionObserver::Observe(Element& aTarget) {
|
||||
Connect();
|
||||
if (mDocument) {
|
||||
if (nsPresContext* pc = mDocument->GetPresContext()) {
|
||||
pc->RefreshDriver()->IntersectionObservationAdded();
|
||||
pc->RefreshDriver()->EnsureIntersectionObservationsUpdateHappens();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user