[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

oliver at apple.com oliver at apple.com
Wed Apr 7 23:10:57 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit b1aac837b7f2999ef3acf95fe8af22d8b8a1dba1
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