From e676ff78bf44d0a996007acbf976b10b283f1dee Mon Sep 17 00:00:00 2001 From: "buster%netscape.com" Date: Mon, 20 Sep 1999 04:01:39 +0000 Subject: [PATCH] just added a comment git-svn-id: svn://10.0.0.236/trunk@48311 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/html/forms/src/nsGfxTextControlFrame.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mozilla/layout/html/forms/src/nsGfxTextControlFrame.h b/mozilla/layout/html/forms/src/nsGfxTextControlFrame.h index 0a4096679e0..17f26b449d4 100644 --- a/mozilla/layout/html/forms/src/nsGfxTextControlFrame.h +++ b/mozilla/layout/html/forms/src/nsGfxTextControlFrame.h @@ -508,7 +508,8 @@ protected: PRBool mNeedsStyleInit; PRBool mDummyInitialized; //DUMMY nsIPresContext *mFramePresContext; // not ref counted - nsString* mCachedState; + nsString* mCachedState; // this is used for caching changed between frame creation + // and full initialization }; #endif