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


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

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

diff --git a/WebKit/mac/ChangeLog b/WebKit/mac/ChangeLog
index c55079b..caa5dc4 100644
--- a/WebKit/mac/ChangeLog
+++ b/WebKit/mac/ChangeLog
@@ -1,5 +1,11 @@
 2009-09-21  Dan Bernstein  <mitz at apple.com>
 
+        Attempt to fix the Leopard and Tiger builds
+
+        * WebView/WebPDFDocumentExtras.mm:
+
+2009-09-21  Dan Bernstein  <mitz at apple.com>
+
         Reviewed by Anders Carlsson.
 
         <rdar://problem/4137135> iFrame with PDF not being handled correctly on
diff --git a/WebKit/mac/WebView/WebPDFDocumentExtras.mm b/WebKit/mac/WebView/WebPDFDocumentExtras.mm
index 0a1cdaf..9894915 100644
--- a/WebKit/mac/WebView/WebPDFDocumentExtras.mm
+++ b/WebKit/mac/WebView/WebPDFDocumentExtras.mm
@@ -26,9 +26,15 @@
 #import "WebPDFDocumentExtras.h"
 
 #import <JavaScriptCore/RetainPtr.h>
-#import <PDFKit/PDFKit.h>
+#import <PDFKit/PDFDocument.h>
 #import <objc/objc-runtime.h>
 
+#if defined(BUILDING_ON_TIGER) || defined(BUILDING_ON_LEOPARD)
+ at interface PDFDocument (Internal)
+- (CGPDFDocumentRef)documentRef;
+ at end
+#endif
+
 static void appendValuesInPDFNameSubtreeToArray(CGPDFDictionaryRef subtree, NSMutableArray *values)
 {
     CGPDFArrayRef names;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list