[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 06:05:34 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 095e32384997d7bf2f96e5ba7dab884cda83cbc4
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Apr 15 20:21:43 2002 +0000

    Fixed (removed) experimental code.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1016 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/Misc.subproj/WebKitDebug.h b/WebKit/Misc.subproj/WebKitDebug.h
index e21083e..b623bf5 100644
--- a/WebKit/Misc.subproj/WebKitDebug.h
+++ b/WebKit/Misc.subproj/WebKitDebug.h
@@ -102,7 +102,6 @@ void WebKitLog(unsigned int level, const char *file, int line, const char *funct
 
 #define WEBKITDEBUG(format...) WEBKITDEBUGLEVEL(WEBKIT_LOG_GENERIC_DEBUG, format)
 
-#define IF_MALLOC_TESTING
 #ifdef IF_MALLOC_TESTING
 #ifdef __cplusplus
 extern "C" {
diff --git a/WebKit/WebView.subproj/IFWebDataSource.mm b/WebKit/WebView.subproj/IFWebDataSource.mm
index c56ce5c..5d8b4ba 100644
--- a/WebKit/WebView.subproj/IFWebDataSource.mm
+++ b/WebKit/WebView.subproj/IFWebDataSource.mm
@@ -44,7 +44,6 @@ static id IFWebDataSourceMake(void *url)
 
 +(void) load
 {
-    setupDebugMalloc();
     WCSetIFWebDataSourceMakeFunc(IFWebDataSourceMake);
 }
 
diff --git a/WebKit/WebView.subproj/WebDataSource.m b/WebKit/WebView.subproj/WebDataSource.m
index c56ce5c..5d8b4ba 100644
--- a/WebKit/WebView.subproj/WebDataSource.m
+++ b/WebKit/WebView.subproj/WebDataSource.m
@@ -44,7 +44,6 @@ static id IFWebDataSourceMake(void *url)
 
 +(void) load
 {
-    setupDebugMalloc();
     WCSetIFWebDataSourceMakeFunc(IFWebDataSourceMake);
 }
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list