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


The following commit has been merged in the debian/unstable branch:
commit 244d763def87e66ae4f279eea859f6997d5d7578
Author: mjs <mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jan 23 21:54:35 2003 +0000

            Reviewed by Darin.
    
            * WebView.subproj/WebController.m: Add missing static.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@3430 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 96af622..0f87354 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,9 @@
+2003-01-23  Maciej Stachowiak  <mjs at apple.com>
+
+        Reviewed by Darin.
+
+        * WebView.subproj/WebController.m: Add missing static.
+
 2003-01-23  Darin Adler  <darin at apple.com>
 
         Reviewed by John.
diff --git a/WebKit/WebView.subproj/WebController.m b/WebKit/WebView.subproj/WebController.m
index 9fa2c28..a019f62 100644
--- a/WebKit/WebView.subproj/WebController.m
+++ b/WebKit/WebView.subproj/WebController.m
@@ -31,7 +31,7 @@
 #import <WebFoundation/WebNSUserDefaultsExtras.h>
 #import <WebFoundation/WebResourceHandle.h>
 
-const struct UserAgentSpoofTableEntry *_web_findSpoofTableEntry(const char *, unsigned);
+static const struct UserAgentSpoofTableEntry *_web_findSpoofTableEntry(const char *, unsigned);
 
 // Turn off inlining to avoid warning with newer gcc.
 #undef __inline
diff --git a/WebKit/WebView.subproj/WebView.m b/WebKit/WebView.subproj/WebView.m
index 9fa2c28..a019f62 100644
--- a/WebKit/WebView.subproj/WebView.m
+++ b/WebKit/WebView.subproj/WebView.m
@@ -31,7 +31,7 @@
 #import <WebFoundation/WebNSUserDefaultsExtras.h>
 #import <WebFoundation/WebResourceHandle.h>
 
-const struct UserAgentSpoofTableEntry *_web_findSpoofTableEntry(const char *, unsigned);
+static const struct UserAgentSpoofTableEntry *_web_findSpoofTableEntry(const char *, unsigned);
 
 // Turn off inlining to avoid warning with newer gcc.
 #undef __inline

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list