git-svn-id: https://svn.webkit.org/repository/webkit/trunk@21551
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-05-17 George Staikos <staikos@kde.org>
+
+ Reviewed by hyatt.
+
+ Fix preprocessor logic for CG/QT
+
+ * html/HTMLCanvasElement.cpp:
+ (WebCore::HTMLCanvasElement::reset):
+
2007-05-17 David Hyatt <hyatt@apple.com>
Add a line gutter to view source mode. The gutter uses counters, and this exposed the fact
bool hadDrawingContext = m_createdDrawingContext;
m_createdDrawingContext = false;
-#if PLATFORM(QT)
+#if PLATFORM(CG)
fastFree(m_data);
#elif PLATFORM(QT)
delete m_painter;