From 96dfc63bc583454fb895c7a23f685995f5410388 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 17 Apr 2020 06:41:41 -0400 Subject: Bug 1411754 - Rename PresShell::DestroyFramesFor to DestroyFramesForAndRestyle Tag #1375 --- dom/xbl/nsXBLService.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dom/xbl') diff --git a/dom/xbl/nsXBLService.cpp b/dom/xbl/nsXBLService.cpp index ef0d205643..b50b2c6fe3 100644 --- a/dom/xbl/nsXBLService.cpp +++ b/dom/xbl/nsXBLService.cpp @@ -125,7 +125,7 @@ public: // since if the binding fetch fails then we don't want to destroy the // frames. if (nsIPresShell* shell = doc->GetShell()) { - shell->DestroyFramesFor(mBoundElement->AsElement()); + shell->DestroyFramesForAndRestyle(mBoundElement->AsElement()); } MOZ_ASSERT(!mBoundElement->GetPrimaryFrame()); } -- cgit v1.2.3