From d6fe9b1f50c9c1ec9cfc1d85a8ef3a251740b067 Mon Sep 17 00:00:00 2001 From: Daniel Holbert Date: Mon, 19 Oct 2015 16:45:57 -0700 Subject: [PATCH] Bug 497495 late-breaking followup: s/GetAllocatedSize/GetFrameId/ in documentation, to reflect the same change having happened in code. (no review, comment-only, DONTBUILD) --- layout/generic/nsFrame.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/generic/nsFrame.h b/layout/generic/nsFrame.h index 51ccfa993241..57bc6f564d12 100644 --- a/layout/generic/nsFrame.h +++ b/layout/generic/nsFrame.h @@ -79,7 +79,7 @@ #endif // Frame allocation boilerplate macros. Every subclass of nsFrame -// must define its own operator new and GetAllocatedSize. If they do +// must define its own operator new and GetFrameId. If they do // not, the per-frame recycler lists in nsPresArena will not work // correctly, with potentially catastrophic consequences (not enough // memory is allocated for a frame object).