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

kocienda kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 08:19:41 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit cfff07b9ae49db26c7db6a0eaebfe8eb16005bae
Author: kocienda <kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Dec 17 04:03:09 2003 +0000

            Reviewed by me
    
            * WebCoreSupport.subproj/WebBridge.m: ObjC runtime needs a declaration for new
    	_calculatedExpiration SPI in NSURLResponse in Foundation
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@5812 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index b66d863..1ea08e1 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,10 @@
+2003-12-16  Ken Kocienda  <kocienda at apple.com>
+
+        Reviewed by me
+
+        * WebCoreSupport.subproj/WebBridge.m: ObjC runtime needs a declaration for new
+	_calculatedExpiration SPI in NSURLResponse in Foundation
+
 2003-12-16  Richard Williamson   <rjw at apple.com>
 
 	Fixed 3512348:  Rewrote _CG_drawHighlightForRun:style:atPoint: to use width
diff --git a/WebKit/WebCoreSupport.subproj/WebBridge.m b/WebKit/WebCoreSupport.subproj/WebBridge.m
index 9e98c37..99ea0db 100644
--- a/WebKit/WebCoreSupport.subproj/WebBridge.m
+++ b/WebKit/WebCoreSupport.subproj/WebBridge.m
@@ -66,6 +66,10 @@
 - (NSView *)_findLastViewInKeyViewLoop;
 @end
 
+ at interface NSURLResponse (FoundationSecretsWebBridgeKnowsAbout)
+- (NSTimeInterval)_calculatedExpiration;
+ at end
+
 @interface NSView (JavaPluginSecrets)
 - (jobject)pollForAppletInWindow: (NSWindow *)window;
 @end

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list