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

darin darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:23:32 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit c2becbea74404609d0336dc57aef14dbbec815e2
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jul 8 18:18:58 2002 +0000

            * WebCoreSupport.subproj/IFWebCoreBridge.mm: Fix compiles under newer compiler
    	(Jaguar 6C89 and newer) by adding missing include.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1519 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 68f6c2a..ec9c3a1 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,8 @@
+2002-07-08  Darin Adler  <darin at apple.com>
+
+        * WebCoreSupport.subproj/IFWebCoreBridge.mm: Fix compiles under newer compiler
+	(Jaguar 6C89 and newer) by adding missing include.
+
 2002-07-07  Maciej Stachowiak  <mjs at apple.com>
 
         WebCore part of fix for Radar 2953431 - JavaScript window.close()
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index 68f6c2a..ec9c3a1 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,3 +1,8 @@
+2002-07-08  Darin Adler  <darin at apple.com>
+
+        * WebCoreSupport.subproj/IFWebCoreBridge.mm: Fix compiles under newer compiler
+	(Jaguar 6C89 and newer) by adding missing include.
+
 2002-07-07  Maciej Stachowiak  <mjs at apple.com>
 
         WebCore part of fix for Radar 2953431 - JavaScript window.close()
diff --git a/WebKit/WebCoreSupport.subproj/IFWebCoreBridge.mm b/WebKit/WebCoreSupport.subproj/IFWebCoreBridge.mm
index 7904915..e2782bc 100644
--- a/WebKit/WebCoreSupport.subproj/IFWebCoreBridge.mm
+++ b/WebKit/WebCoreSupport.subproj/IFWebCoreBridge.mm
@@ -5,7 +5,7 @@
 
 #import <WebKit/IFWebCoreBridge.h>
 
-#import <WebKit/IFHTMLRepresentation.h>
+#import <WebKit/IFHTMLRepresentationPrivate.h>
 #import <WebKit/IFResourceURLHandleClient.h>
 #import <WebKit/IFWebControllerPrivate.h>
 #import <WebKit/IFWebCoreFrame.h>
diff --git a/WebKit/WebCoreSupport.subproj/WebBridge.m b/WebKit/WebCoreSupport.subproj/WebBridge.m
index 7904915..e2782bc 100644
--- a/WebKit/WebCoreSupport.subproj/WebBridge.m
+++ b/WebKit/WebCoreSupport.subproj/WebBridge.m
@@ -5,7 +5,7 @@
 
 #import <WebKit/IFWebCoreBridge.h>
 
-#import <WebKit/IFHTMLRepresentation.h>
+#import <WebKit/IFHTMLRepresentationPrivate.h>
 #import <WebKit/IFResourceURLHandleClient.h>
 #import <WebKit/IFWebControllerPrivate.h>
 #import <WebKit/IFWebCoreFrame.h>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list