From 59477e6b56b58b0f568607eacf8a5699114a811b Mon Sep 17 00:00:00 2001 From: Sebastian Hengst Date: Wed, 12 Oct 2016 18:02:17 +0200 Subject: [PATCH] Backed out changeset c9c910a1c399 (bug 1299715) --- layout/generic/nsIFrame.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layout/generic/nsIFrame.h b/layout/generic/nsIFrame.h index 15f0c98e8caf..04e156aa130d 100644 --- a/layout/generic/nsIFrame.h +++ b/layout/generic/nsIFrame.h @@ -2602,8 +2602,8 @@ public: /** * Returns a rect that encompasses everything that might be painted by - * this frame. This includes this frame, all its descendant frames, this - * frame's outline, and descendant frames' outline, but does not include + * this frame. This includes this frame, all its descendent frames, this + * frame's outline, and descentant frames' outline, but does not include * areas clipped out by the CSS "overflow" and "clip" properties. * * HasOverflowRects() (below) will return true when this overflow