[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:16:00 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 900e93c452699073e65b624170945d99b0f5f7c0
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Jun 1 00:04:11 2002 +0000

    	* kwq/kwqdebug.h: Don't use displayableString; it's an SPI and those
    	are no nos inside WebCore.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1248 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index 6c8cb30..d1275e6 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,5 +1,10 @@
 2002-05-31  Darin Adler  <darin at apple.com>
 
+	* kwq/kwqdebug.h: Don't use displayableString; it's an SPI and those
+	are no nos inside WebCore.
+
+2002-05-31  Darin Adler  <darin at apple.com>
+
 	* kwq/kio/jobclasses.h: Removed SimpleJob and made Job just enough for
 	TransferJob to inherit from it. Removed unused stuff and made url() return
 	an NSURL rather than a KURL.
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 6c8cb30..d1275e6 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,5 +1,10 @@
 2002-05-31  Darin Adler  <darin at apple.com>
 
+	* kwq/kwqdebug.h: Don't use displayableString; it's an SPI and those
+	are no nos inside WebCore.
+
+2002-05-31  Darin Adler  <darin at apple.com>
+
 	* kwq/kio/jobclasses.h: Removed SimpleJob and made Job just enough for
 	TransferJob to inherit from it. Removed unused stuff and made url() return
 	an NSURL rather than a KURL.
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 6c8cb30..d1275e6 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,5 +1,10 @@
 2002-05-31  Darin Adler  <darin at apple.com>
 
+	* kwq/kwqdebug.h: Don't use displayableString; it's an SPI and those
+	are no nos inside WebCore.
+
+2002-05-31  Darin Adler  <darin at apple.com>
+
 	* kwq/kio/jobclasses.h: Removed SimpleJob and made Job just enough for
 	TransferJob to inherit from it. Removed unused stuff and made url() return
 	an NSURL rather than a KURL.
diff --git a/WebCore/kwq/kwqdebug.h b/WebCore/kwq/kwqdebug.h
index 3c522ca..b7cc706 100644
--- a/WebCore/kwq/kwqdebug.h
+++ b/WebCore/kwq/kwqdebug.h
@@ -27,7 +27,6 @@
 #define KWQDEBUG_H_
 
 #import <Foundation/Foundation.h>
-#import <Foundation/NSStringPrivate.h>
 
 #ifdef NDEBUG
 
@@ -76,7 +75,7 @@ void KWQLog(unsigned int level, const char *file, int line, const char *function
 //    __attribute__((__format__ (__printf__, 5, 6)))
 ;
 
-#define DEBUG_OBJECT(object) [[[object description] displayableString] lossyCString]
+#define DEBUG_OBJECT(object) [[object description] lossyCString]
 
 #define KWQDEBUGLEVEL(level,format...) \
    KWQLog(level, __FILE__, __LINE__, __PRETTY_FUNCTION__, format);

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list