Bug 734566 - optimize memory layout of TextAttrsMgr, r=tbsaunde

This commit is contained in:
Alexander Surkov 2012-04-04 16:30:22 +09:00
parent 6ca9f23930
commit eee82ad1b0

View File

@ -116,12 +116,10 @@ protected:
PRInt32* aStartHTOffset, PRInt32* aEndHTOffset);
private:
nsHyperTextAccessible* mHyperTextAcc;
bool mIncludeDefAttrs;
nsAccessible* mOffsetAcc;
PRInt32 mOffsetAccIdx;
nsHyperTextAccessible* mHyperTextAcc;
PRInt32 mOffsetAccIdx;
bool mIncludeDefAttrs;
protected: