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

gramps gramps at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:00:11 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 76387d3c49b7be0396201f7015643a583ae86d65
Author: gramps <gramps at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Nov 14 14:52:05 2002 +0000

    * WebView.subproj/WebControllerPolicyDelegate.h:
    
    Added missing semi-colon in definition of WebPolicyDecisionListener to
    fix build error.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2672 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index cba49af..858c2b1 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,10 @@
+2002-11-14  Don Melton  <gramps at apple.com>
+
+        * WebView.subproj/WebControllerPolicyDelegate.h:
+
+	Added missing semi-colon in definition of WebPolicyDecisionListener to
+	fix build error.
+
 2002-11-14  Maciej Stachowiak  <mjs at apple.com>
 
 	Combined file URL policy with content policy. We don't actually
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index cba49af..858c2b1 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,3 +1,10 @@
+2002-11-14  Don Melton  <gramps at apple.com>
+
+        * WebView.subproj/WebControllerPolicyDelegate.h:
+
+	Added missing semi-colon in definition of WebPolicyDecisionListener to
+	fix build error.
+
 2002-11-14  Maciej Stachowiak  <mjs at apple.com>
 
 	Combined file URL policy with content policy. We don't actually
diff --git a/WebKit/WebView.subproj/WebControllerPolicyDelegate.h b/WebKit/WebView.subproj/WebControllerPolicyDelegate.h
index 05829d4..aa79398 100644
--- a/WebKit/WebView.subproj/WebControllerPolicyDelegate.h
+++ b/WebKit/WebView.subproj/WebControllerPolicyDelegate.h
@@ -64,7 +64,7 @@ typedef enum {
 @interface WebPolicyDecisionListener : NSObject
 {
 @private
-    WebPolicyDecisionListenerPrivate *_private
+    WebPolicyDecisionListenerPrivate *_private;
 }
 
 @end
diff --git a/WebKit/WebView.subproj/WebPolicyDelegate.h b/WebKit/WebView.subproj/WebPolicyDelegate.h
index 05829d4..aa79398 100644
--- a/WebKit/WebView.subproj/WebPolicyDelegate.h
+++ b/WebKit/WebView.subproj/WebPolicyDelegate.h
@@ -64,7 +64,7 @@ typedef enum {
 @interface WebPolicyDecisionListener : NSObject
 {
 @private
-    WebPolicyDecisionListenerPrivate *_private
+    WebPolicyDecisionListenerPrivate *_private;
 }
 
 @end

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list