diff -r 4f2f89ce4247 -r 303757a437d3 WebCore/platform/graphics/Path.h --- a/WebCore/platform/graphics/Path.h Fri Sep 17 09:02:29 2010 +0300 +++ b/WebCore/platform/graphics/Path.h Mon Oct 04 01:32:07 2010 +0300 @@ -155,6 +155,10 @@ private: PlatformPathPtr m_path; + +#if PLATFORM(QT) + int m_lastMoveToIndex; +#endif }; }