[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 08:38:54 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit f07091869e53f39e48b715f22fa15a91d059daff
Author: mjs <mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon May 10 23:34:23 2004 +0000

            Fix build.
    
            * WebView.subproj/WebFrame.m:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@6572 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 9ce6f3d..bfa1ba8 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,9 @@
+2004-05-10  Maciej Stachowiak  <mjs at apple.com>
+
+        Fix build.
+
+        * WebView.subproj/WebFrame.m:
+
 2004-05-09  Maciej Stachowiak  <mjs at apple.com>
 
         Reviewed by Ken.
diff --git a/WebKit/WebView.subproj/WebFrame.m b/WebKit/WebView.subproj/WebFrame.m
index fdcbbe5..ed060cc 100644
--- a/WebKit/WebView.subproj/WebFrame.m
+++ b/WebKit/WebView.subproj/WebFrame.m
@@ -102,7 +102,7 @@ NSString *WebPageCacheDocumentViewKey = @"WebPageCacheDocumentViewKey";
 
 @interface NSArray (WebSafeMakePerform)
 
-- (void)_web_safeMakeObjectsPerformSelector:(SEL)aSelector
+- (void)_web_safeMakeObjectsPerformSelector:(SEL)aSelector;
 
 @end
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list