[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.16-1409-g5afdf4d
oliver at apple.com
oliver at apple.com
Thu Dec 3 13:21:16 UTC 2009
The following commit has been merged in the webkit-1.1 branch:
commit de8815abab7a5a2302ddf0996995e255175f67dc
Author: oliver at apple.com <oliver at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Wed Oct 28 01:30:28 2009 +0000
Fix wording in comment.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50192 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 6a7c709..0c129ab 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,12 @@
2009-10-27 Oliver Hunt <oliver at apple.com>
+ Fix wording in comment.
+
+ * bridge/objc/objc_instance.mm:
+ (allocateAutoReleasePool):
+
+2009-10-27 Oliver Hunt <oliver at apple.com>
+
Reviewed by Darin Adler.
Crash occurs after launching Newsfire 1.6 for the first time
diff --git a/WebCore/bridge/objc/objc_instance.mm b/WebCore/bridge/objc/objc_instance.mm
index b4b308b..9f2e3bb 100644
--- a/WebCore/bridge/objc/objc_instance.mm
+++ b/WebCore/bridge/objc/objc_instance.mm
@@ -129,7 +129,7 @@ static NSAutoreleasePool* allocateAutoReleasePool()
#if defined(OBJC_API_VERSION) && OBJC_API_VERSION >= 2
// If GC is enabled an autorelease pool is unnecessary, and the
// pool cannot be protected from GC so may be collected leading
- // to a crash when we try to GC.
+ // to a crash when we try to drain the release pool.
if (objc_collectingEnabled())
return nil;
#endif
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list