From a74415002cc85d3d8b906e14169a9cde5d762917 Mon Sep 17 00:00:00 2001 From: Ting-Yu Lin Date: Mon, 13 Jul 2015 21:44:11 +0800 Subject: [PATCH] Bug 1183085 - Correct the name for nsDisplayItem; r=roc --HG-- extra : commitid : CDookJ6mja8 extra : rebase_source : b3fdef67d383e669053687bf7df3bad2efeb27ad --- layout/base/nsDisplayList.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/base/nsDisplayList.h b/layout/base/nsDisplayList.h index ca78d7bafbf9..f73631754e3c 100644 --- a/layout/base/nsDisplayList.h +++ b/layout/base/nsDisplayList.h @@ -1018,7 +1018,7 @@ protected: * class represents an entity that can be drawn on the screen, e.g., a * frame's CSS background, or a frame's text string. * - * nsDisplayListItems can be containers --- i.e., they can perform hit testing + * nsDisplayItems can be containers --- i.e., they can perform hit testing * and painting by recursively traversing a list of child items. * * These are arena-allocated during display list construction. A typical