From kde-commits Sun Apr 20 22:45:24 2008 From: Harri Porten Date: Sun, 20 Apr 2008 22:45:24 +0000 To: kde-commits Subject: branches/KDE/4.0/kdelibs/khtml/ecma Message-Id: <1208731524.728865.4151.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=120873153306713 SVN commit 799266 by porten: Merged revision 799265: Fixed copy&paste error. M +1 -1 kjs_dom.h --- branches/KDE/4.0/kdelibs/khtml/ecma/kjs_dom.h #799265:799266 @@ -322,7 +322,7 @@ virtual const ClassInfo* classInfo() const { return &info; } static const ClassInfo info; DOM::TextImpl* impl() const { return static_cast(m_impl.get()); } - enum { SplitText, WholeText, ReplaceWholeText, }; + enum { SplitText, WholeText, ReplaceWholeText }; }; } // namespace