[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 05:55:18 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 64147d9045b521e6a114469ef0a9e074510fe62e
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Feb 7 02:15:20 2002 +0000

    Fixed debuggging test.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@598 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/kwq/KWQKHTMLPart.mm b/WebCore/kwq/KWQKHTMLPart.mm
index 6ac3163..7d9d33c 100644
--- a/WebCore/kwq/KWQKHTMLPart.mm
+++ b/WebCore/kwq/KWQKHTMLPart.mm
@@ -295,7 +295,7 @@ KHTMLPart::~KHTMLPart()
             d->m_doc->detach();
 
     if (d->m_doc->refCount() != 1)
-        fprintf (stdout, "Warning:  document reference count not 1 as expect,  ref = %d\n", d->m_doc->refCount());
+        fprintf (stdout, "Warning:  document reference count not 1 as expected,  ref = %d\n", d->m_doc->refCount());
     if ( d->m_doc )
         d->m_doc->deref();
     
diff --git a/WebCore/kwq/KWQKHTMLPartImpl.mm b/WebCore/kwq/KWQKHTMLPartImpl.mm
index 6ac3163..7d9d33c 100644
--- a/WebCore/kwq/KWQKHTMLPartImpl.mm
+++ b/WebCore/kwq/KWQKHTMLPartImpl.mm
@@ -295,7 +295,7 @@ KHTMLPart::~KHTMLPart()
             d->m_doc->detach();
 
     if (d->m_doc->refCount() != 1)
-        fprintf (stdout, "Warning:  document reference count not 1 as expect,  ref = %d\n", d->m_doc->refCount());
+        fprintf (stdout, "Warning:  document reference count not 1 as expected,  ref = %d\n", d->m_doc->refCount());
     if ( d->m_doc )
         d->m_doc->deref();
     
diff --git a/WebCore/src/kwq/KWQKHTMLPart.mm b/WebCore/src/kwq/KWQKHTMLPart.mm
index 6ac3163..7d9d33c 100644
--- a/WebCore/src/kwq/KWQKHTMLPart.mm
+++ b/WebCore/src/kwq/KWQKHTMLPart.mm
@@ -295,7 +295,7 @@ KHTMLPart::~KHTMLPart()
             d->m_doc->detach();
 
     if (d->m_doc->refCount() != 1)
-        fprintf (stdout, "Warning:  document reference count not 1 as expect,  ref = %d\n", d->m_doc->refCount());
+        fprintf (stdout, "Warning:  document reference count not 1 as expected,  ref = %d\n", d->m_doc->refCount());
     if ( d->m_doc )
         d->m_doc->deref();
     

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list