Touch WebCorePrefix.h to force a rebuild, needed because of changed feature defines.
* WebCorePrefix.h:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@38596 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/WebCorePrefix.h b/WebCore/WebCorePrefix.h
index 948fe39..aaa6a0f 100644
--- a/WebCore/WebCorePrefix.h
+++ b/WebCore/WebCorePrefix.h
@@ -119,7 +119,7 @@
#define delete ("if you use new/delete make sure to include config.h at the top of the file"())
#endif
-/* Work around bug with C++ library that screws up Objective-C++ when exception support is disabled. */
+/* Work around a bug with C++ library that screws up Objective-C++ when exception support is disabled. */
#if defined(__APPLE__)
#undef try
#undef catch