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

mjs mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:59:58 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit bf780f1ff8ca379d6832af505c1f4e1691db823c
Author: mjs <mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Oct 8 23:27:40 2003 +0000

    	Fix development build.
    
            * kwq/KWQExceptions.h: Correct assertion args.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@5149 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 1f2afce..db18479 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,5 +1,11 @@
 2003-10-08  Maciej Stachowiak  <mjs at apple.com>
 
+	Fix development build.
+	
+        * kwq/KWQExceptions.h: Correct assertion args.
+
+2003-10-08  Maciej Stachowiak  <mjs at apple.com>
+
         Reviewed by Ken.
 
 	Start on blocking Cocoa exceptions when calling ObjC from C++ to
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 1f2afce..db18479 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,5 +1,11 @@
 2003-10-08  Maciej Stachowiak  <mjs at apple.com>
 
+	Fix development build.
+	
+        * kwq/KWQExceptions.h: Correct assertion args.
+
+2003-10-08  Maciej Stachowiak  <mjs at apple.com>
+
         Reviewed by Ken.
 
 	Start on blocking Cocoa exceptions when calling ObjC from C++ to
diff --git a/WebCore/kwq/KWQExceptions.h b/WebCore/kwq/KWQExceptions.h
index ead0257..77049d8 100644
--- a/WebCore/kwq/KWQExceptions.h
+++ b/WebCore/kwq/KWQExceptions.h
@@ -32,7 +32,7 @@
      if (ASSERT_DISABLED) { \
      NSLog(@"Uncaught exception - %@\n", localException); \
      } else { \
-     ASSERT_WITH_MESSAGE(@"Uncaught exception - %@", localException); \
+     ASSERT_WITH_MESSAGE(0, "Uncaught exception - %@", localException); \
      } \
 NS_ENDHANDLER
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list