CVS commit by carewolf: Fix typo, fixes a few regressions M +1 -1 dom_elementimpl.h 1.123 --- kdelibs/khtml/xml/dom_elementimpl.h #1.122:1.123 @@ -225,5 +225,5 @@ public: bool restyleLate() { return m_restyleLate; }; void setRestyleLate(bool b=true) { m_restyleLate = b; }; - void setRestyleSelfLate() { m_restyleLate = true; }; + void setRestyleSelfLate() { m_restyleSelfLate = true; }; void setRestyleChildrenLate() { m_restyleChildrenLate = true; };