[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

bdakin at apple.com bdakin at apple.com
Wed Apr 7 23:29:52 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit bcfb5999a521e95098f734f47e2f8c2ed17f4996
Author: bdakin at apple.com <bdakin at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Nov 10 22:52:47 2009 +0000

    Tiger build fix. No review needed.
    
    * platform/graphics/cg/GraphicsContextCG.cpp:
    (WebCore::sRGBColorSpaceRef):
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50773 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 14a9cd7..71558da 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,10 @@
+2009-11-10  Beth Dakin  <bdakin at apple.com>
+
+        Tiger build fix. No review needed.
+
+        * platform/graphics/cg/GraphicsContextCG.cpp:
+        (WebCore::sRGBColorSpaceRef):
+
 2009-11-10  Alexey Proskuryakov  <ap at apple.com>
 
         Reviewed by Dan Bernstein.
diff --git a/WebCore/platform/graphics/cg/GraphicsContextCG.cpp b/WebCore/platform/graphics/cg/GraphicsContextCG.cpp
index 981df00..1259f19 100644
--- a/WebCore/platform/graphics/cg/GraphicsContextCG.cpp
+++ b/WebCore/platform/graphics/cg/GraphicsContextCG.cpp
@@ -63,6 +63,9 @@ namespace WebCore {
 
 static CGColorSpaceRef sRGBColorSpaceRef()
 {
+#ifdef BUILDING_ON_TIGER
+    return deviceRGBColorSpaceRef();
+#endif
     static CGColorSpaceRef sRGBSpace = CGColorSpaceCreateWithName(kCGColorSpaceSRGB);
     return sRGBSpace;
 }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list