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

darin darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:20:25 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 88ad0118666382ad6f58e693ac4864e648882aeb
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jun 18 16:28:43 2002 +0000

    	* kwq/KWQKHTMLPart.mm: (KWQKHTMLPartImpl::~KWQKHTMLPartImpl):
    	Remove an NSLog I left in by accident.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1397 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index 2704069..bc54892 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,3 +1,8 @@
+2002-06-18  Darin Adler  <darin at apple.com>
+
+	* kwq/KWQKHTMLPart.mm: (KWQKHTMLPartImpl::~KWQKHTMLPartImpl):
+	Remove an NSLog I left in by accident.
+
 2002-06-17  Richard Williamson  <rjw at apple.com>
 
     Fixed window.open regression.
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 2704069..bc54892 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,8 @@
+2002-06-18  Darin Adler  <darin at apple.com>
+
+	* kwq/KWQKHTMLPart.mm: (KWQKHTMLPartImpl::~KWQKHTMLPartImpl):
+	Remove an NSLog I left in by accident.
+
 2002-06-17  Richard Williamson  <rjw at apple.com>
 
     Fixed window.open regression.
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 2704069..bc54892 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,8 @@
+2002-06-18  Darin Adler  <darin at apple.com>
+
+	* kwq/KWQKHTMLPart.mm: (KWQKHTMLPartImpl::~KWQKHTMLPartImpl):
+	Remove an NSLog I left in by accident.
+
 2002-06-17  Richard Williamson  <rjw at apple.com>
 
     Fixed window.open regression.
diff --git a/WebCore/kwq/KWQKHTMLPart.mm b/WebCore/kwq/KWQKHTMLPart.mm
index 2b61bce..ce4862e 100644
--- a/WebCore/kwq/KWQKHTMLPart.mm
+++ b/WebCore/kwq/KWQKHTMLPart.mm
@@ -62,7 +62,6 @@ KWQKHTMLPartImpl::KWQKHTMLPartImpl(KHTMLPart *p)
 
 KWQKHTMLPartImpl::~KWQKHTMLPartImpl()
 {
-    NSLog(@"deallocating KWQKHTMLPartImpl");
     killTimer(m_redirectionTimer);
 }
 
diff --git a/WebCore/kwq/KWQKHTMLPartImpl.mm b/WebCore/kwq/KWQKHTMLPartImpl.mm
index 2b61bce..ce4862e 100644
--- a/WebCore/kwq/KWQKHTMLPartImpl.mm
+++ b/WebCore/kwq/KWQKHTMLPartImpl.mm
@@ -62,7 +62,6 @@ KWQKHTMLPartImpl::KWQKHTMLPartImpl(KHTMLPart *p)
 
 KWQKHTMLPartImpl::~KWQKHTMLPartImpl()
 {
-    NSLog(@"deallocating KWQKHTMLPartImpl");
     killTimer(m_redirectionTimer);
 }
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list