[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 05:58:03 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit f54a76f3719881fb27b4f4021266f792b1e2f5c3
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Mar 21 23:21:58 2002 +0000

    Doh!
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@797 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/WebView.subproj/IFWebView.h b/WebKit/WebView.subproj/IFWebView.h
index 0555c92..7686022 100644
--- a/WebKit/WebView.subproj/IFWebView.h
+++ b/WebKit/WebView.subproj/IFWebView.h
@@ -112,11 +112,11 @@
 
 // Set needsToApplyStyles if you change anything that might impact styles, like
 // font preferences.
-- (void)setNeedsToApplyStyles: (bool)flag
+- (void)setNeedsToApplyStyles: (bool)flag;
 
 // Reapplies style information to the document.  This should not be called directly,
 // instead call setNeedsToApplyStyles:.
-- (void)reapplyStyles
+- (void)reapplyStyles;
 
 
 // Stop animating animated GIFs, etc.
diff --git a/WebKit/WebView.subproj/WebFrameView.h b/WebKit/WebView.subproj/WebFrameView.h
index 0555c92..7686022 100644
--- a/WebKit/WebView.subproj/WebFrameView.h
+++ b/WebKit/WebView.subproj/WebFrameView.h
@@ -112,11 +112,11 @@
 
 // Set needsToApplyStyles if you change anything that might impact styles, like
 // font preferences.
-- (void)setNeedsToApplyStyles: (bool)flag
+- (void)setNeedsToApplyStyles: (bool)flag;
 
 // Reapplies style information to the document.  This should not be called directly,
 // instead call setNeedsToApplyStyles:.
-- (void)reapplyStyles
+- (void)reapplyStyles;
 
 
 // Stop animating animated GIFs, etc.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list