[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-1414-gc69ee75

mitz at apple.com mitz at apple.com
Thu Oct 29 20:31:19 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit 3a6c801c80b7fd7a802ac1d55d571b1137a0a6e6
Author: mitz at apple.com <mitz at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Sep 21 18:54:41 2009 +0000

    Attempt to fix the Tiger build
    
    * WebView/WebPDFDocumentExtras.mm:
    * WebView/WebPDFRepresentation.mm:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@48589 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/mac/ChangeLog b/WebKit/mac/ChangeLog
index caa5dc4..eec275f 100644
--- a/WebKit/mac/ChangeLog
+++ b/WebKit/mac/ChangeLog
@@ -1,5 +1,12 @@
 2009-09-21  Dan Bernstein  <mitz at apple.com>
 
+        Attempt to fix the Tiger build
+
+        * WebView/WebPDFDocumentExtras.mm:
+        * WebView/WebPDFRepresentation.mm:
+
+2009-09-21  Dan Bernstein  <mitz at apple.com>
+
         Attempt to fix the Leopard and Tiger builds
 
         * WebView/WebPDFDocumentExtras.mm:
diff --git a/WebKit/mac/WebView/WebPDFDocumentExtras.mm b/WebKit/mac/WebView/WebPDFDocumentExtras.mm
index 9894915..6e99e00 100644
--- a/WebKit/mac/WebView/WebPDFDocumentExtras.mm
+++ b/WebKit/mac/WebView/WebPDFDocumentExtras.mm
@@ -25,6 +25,7 @@
 
 #import "WebPDFDocumentExtras.h"
 
+#import "WebTypesInternal.h"
 #import <JavaScriptCore/RetainPtr.h>
 #import <PDFKit/PDFDocument.h>
 #import <objc/objc-runtime.h>
diff --git a/WebKit/mac/WebView/WebPDFRepresentation.mm b/WebKit/mac/WebView/WebPDFRepresentation.mm
index df8ea9c..924bda8 100644
--- a/WebKit/mac/WebView/WebPDFRepresentation.mm
+++ b/WebKit/mac/WebView/WebPDFRepresentation.mm
@@ -34,6 +34,7 @@
 #import "WebNSObjectExtras.h"
 #import "WebPDFDocumentExtras.h"
 #import "WebPDFView.h"
+#import "WebTypesInternal.h"
 #import <JavaScriptCore/Assertions.h>
 #import <JavaScriptCore/JSContextRef.h>
 #import <JavaScriptCore/JSStringRef.h>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list