[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.19-706-ge5415e9

sullivan at apple.com sullivan at apple.com
Thu Feb 4 21:21:09 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 21ce1e781f6bc4a6f0edec320437e5268e79b7a3
Author: sullivan at apple.com <sullivan at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jan 20 04:09:07 2010 +0000

    Tiger build fix.
    
    * WebView/WebHTMLRepresentation.h:
    Added #import for WebTypesInternal.h so NSUInteger will be defined on Tiger.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53519 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/mac/ChangeLog b/WebKit/mac/ChangeLog
index 248cf87..a163241 100644
--- a/WebKit/mac/ChangeLog
+++ b/WebKit/mac/ChangeLog
@@ -1,3 +1,10 @@
+2010-01-19  John Sullivan  <sullivan at apple.com>
+
+        Tiger build fix.
+        
+        * WebView/WebHTMLRepresentation.h:
+        Added #import for WebTypesInternal.h so NSUInteger will be defined on Tiger.
+
 2010-01-19  Brian Weinstein  <bweinstein at apple.com>
 
         Reviewed by Tim Hatcher.
diff --git a/WebKit/mac/WebView/WebHTMLRepresentation.h b/WebKit/mac/WebView/WebHTMLRepresentation.h
index 7814968..98f5d45 100644
--- a/WebKit/mac/WebView/WebHTMLRepresentation.h
+++ b/WebKit/mac/WebView/WebHTMLRepresentation.h
@@ -28,6 +28,7 @@
 
 #import <Foundation/Foundation.h>
 
+#import "WebTypesInternal.h"
 #import <WebKit/WebDocumentPrivate.h>
 
 @class WebHTMLRepresentationPrivate;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list