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 --- layout/base/nsPresShell.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layout/base/nsPresShell.h') diff --git a/layout/base/nsPresShell.h b/layout/base/nsPresShell.h index a0d2ea753..628e613c8 100644 --- a/layout/base/nsPresShell.h +++ b/layout/base/nsPresShell.h @@ -139,7 +139,7 @@ public: virtual bool IsSafeToFlush() const override; virtual void FlushPendingNotifications(mozFlushType aType) override; virtual void FlushPendingNotifications(mozilla::ChangesToFlush aType) override; - virtual void DestroyFramesFor(mozilla::dom::Element* aElement) override; + virtual void DestroyFramesForAndRestyle(mozilla::dom::Element* aElement) override; /** * Recreates the frames for a node -- cgit v1.2.3