[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.16-1409-g5afdf4d

bdakin at apple.com bdakin at apple.com
Thu Dec 3 13:31:34 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit 90c6349484b16044c4735b64982cb6df1db18ad3
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