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


The following commit has been merged in the debian/unstable branch:
commit 89eb76b548991e4f074e0a9f1978389cc7ff53b5
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Sep 30 15:49:38 2002 +0000

            * WebView.subproj/WebDataSourcePrivate.m: (-[WebDataSource _setLoading:]):
    	Remove extra quotes in use of ASSERT_ARG.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2204 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 227be30..6786f9c 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,8 @@
+2002-09-30  Darin Adler  <darin at apple.com>
+
+        * WebView.subproj/WebDataSourcePrivate.m: (-[WebDataSource _setLoading:]):
+	Remove extra quotes in use of ASSERT_ARG.
+
 2002-09-29  Darin Adler  <darin at apple.com>
 
         * Misc.subproj/WebIconDatabase.m: (-[WebIconDatabase _iconForFileURL:withSize:]):
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index 227be30..6786f9c 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,3 +1,8 @@
+2002-09-30  Darin Adler  <darin at apple.com>
+
+        * WebView.subproj/WebDataSourcePrivate.m: (-[WebDataSource _setLoading:]):
+	Remove extra quotes in use of ASSERT_ARG.
+
 2002-09-29  Darin Adler  <darin at apple.com>
 
         * Misc.subproj/WebIconDatabase.m: (-[WebIconDatabase _iconForFileURL:withSize:]):
diff --git a/WebKit/WebView.subproj/WebDataSourcePrivate.m b/WebKit/WebView.subproj/WebDataSourcePrivate.m
index 215c30e..89b5a97 100644
--- a/WebKit/WebView.subproj/WebDataSourcePrivate.m
+++ b/WebKit/WebView.subproj/WebDataSourcePrivate.m
@@ -104,7 +104,7 @@
 
 - (void)_setLoading:(BOOL)loading
 {
-    ASSERT_ARG("loading", loading == NO || loading == YES);
+    ASSERT_ARG(loading, loading == NO || loading == YES);
     
     if (_private->loading == loading)
         return;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list