[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

rjw rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:16:31 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit f0a8d2dc48478b274ae9172a20f62673801fe478
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Dec 19 06:34:54 2002 +0000

            Added an ASSERT to ensure that 3127329 isn't still happening.
            This bug should have been fixed be earlier changes.
    
            Reviewed by darin.
    
            * kwq/KWQPageState.mm:
            (-[KWQPageState dealloc]):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@3134 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 12c2924..cb47b90 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,13 @@
+2002-12-18  Richard Williamson   <rjw at apple.com>
+
+        Added an ASSERT to ensure that 3127329 isn't still happening.
+        This bug should have been fixed be earlier changes.
+        
+        Reviewed by darin.
+
+        * kwq/KWQPageState.mm:
+        (-[KWQPageState dealloc]):
+
 2002-12-18  Chris Blumenberg  <cblu at apple.com>
 
 	Fixed: 3131267 - REGRESSION: Java 1.4.1 Applets Restarted When Window is Resized
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 12c2924..cb47b90 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,13 @@
+2002-12-18  Richard Williamson   <rjw at apple.com>
+
+        Added an ASSERT to ensure that 3127329 isn't still happening.
+        This bug should have been fixed be earlier changes.
+        
+        Reviewed by darin.
+
+        * kwq/KWQPageState.mm:
+        (-[KWQPageState dealloc]):
+
 2002-12-18  Chris Blumenberg  <cblu at apple.com>
 
 	Fixed: 3131267 - REGRESSION: Java 1.4.1 Applets Restarted When Window is Resized
diff --git a/WebCore/kwq/KWQPageState.mm b/WebCore/kwq/KWQPageState.mm
index aacced7..44f3e6f 100644
--- a/WebCore/kwq/KWQPageState.mm
+++ b/WebCore/kwq/KWQPageState.mm
@@ -77,6 +77,8 @@ using KJS::SavedProperties;
     if (document) {
         KHTMLView *view = document->view();
 
+        ASSERT (view);
+        
         KWQKHTMLPart::clearTimers(view);
 
         document->setInPageCache(NO);

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list