[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 07:40:37 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 42a87c3ad8e73a5284d763ba5fc98169622b46ce
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue May 6 17:42:22 2003 +0000

    	- fixed 3249211 -- WebTextRenderer.h should not use "AttributeGroup" type for styleGroup
    
            * WebCoreSupport.subproj/WebTextRenderer.h: Update to use ATSStyleGroupPtr.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4285 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 5443bc1..c050b36 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,5 +1,11 @@
 2003-05-06  Darin Adler  <darin at apple.com>
 
+	- fixed 3249211 -- WebTextRenderer.h should not use "AttributeGroup" type for styleGroup
+
+        * WebCoreSupport.subproj/WebTextRenderer.h: Update to use ATSStyleGroupPtr.
+
+2003-05-06  Darin Adler  <darin at apple.com>
+
         Reviewed by Ken.
 
         - used ObjectAlloc to find large numbers of allocations on startup and get rid of some
diff --git a/WebKit/WebCoreSupport.subproj/WebTextRenderer.h b/WebKit/WebCoreSupport.subproj/WebTextRenderer.h
index adc1a77..d329cb4 100644
--- a/WebKit/WebCoreSupport.subproj/WebTextRenderer.h
+++ b/WebKit/WebCoreSupport.subproj/WebTextRenderer.h
@@ -19,7 +19,7 @@ typedef struct UnicodeGlyphMap UnicodeGlyphMap;
     int lineSpacing;
     ATSGlyphRef spaceGlyph;
     
-    struct AttributeGroup *styleGroup;
+    ATSStyleGroupPtr styleGroup;
     
 @public
     NSFont *font;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list