- fix http://bugzilla.opendarwin.org/show_bug.cgi?id=7601
REGRESSION (r13089): Reproducible crash dereferencing a deallocated element on google image search
* kxmlcore/Platform.h: Corrected the define to enable USE(MULTIPLE_THREADS) on Mac OS X.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@13154
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-03-06 Mitz Pettel <opendarwin.org@mitzpettel.com>
+
+ Fix suggested by Alexey Proskuryakov <ap@nypop.com>, reviewed by Maciej and Hyatt.
+
+ - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=7601
+ REGRESSION (r13089): Reproducible crash dereferencing a deallocated element on google image search
+
+ * kxmlcore/Platform.h: Corrected the define to enable USE(MULTIPLE_THREADS) on Mac OS X.
+
2006-03-05 Darin Adler <darin@apple.com>
Reviewed by Maciej.
// multiple threads only supported on OS X WebKit for now
#if PLATFORM(MAC)
-#define USE_MULTIPLE_THREADS 1
+#define KXMLCORE_USE_MULTIPLE_THREADS 1
#endif
#endif // KXMLCORE_PLATFORM_H