[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:51:20 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 4d4ad86ed4c8f1232999e5edeac26042e017c0cd
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Nov 1 23:45:34 2001 +0000

    Added template +initialize for Chris.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@398 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/WebView.subproj/NSWebPageView.mm b/WebKit/WebView.subproj/NSWebPageView.mm
index cd1a67c..585b238 100644
--- a/WebKit/WebView.subproj/NSWebPageView.mm
+++ b/WebKit/WebView.subproj/NSWebPageView.mm
@@ -4,4 +4,17 @@
 #import <WebKit/NSWebPageView.h>
 
 @implementation NSWebPageView
+
++ (void)initialize {
+#if 0
+    NSAutoreleasePool *localPool;
+    NSUserDefaults *userDefaults;
+    NSMutableDictionary *dict = [NSMutableDictionary dictionaryWithObjectsAndKeys:
+        @"value", @"key",
+    };
+
+    [[NSUserDefaults standardUserDefaults] registerDefaults:dict];
+#endif
+}
+
 @end
\ No newline at end of file

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list