[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.20-204-g221d8e8

sfalken at apple.com sfalken at apple.com
Wed Feb 10 22:11:57 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 8e5e7786cc0082a205c2880a83f95049a04f0774
Author: sfalken at apple.com <sfalken at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Feb 4 05:52:11 2010 +0000

    Windows Debug_All build fix.
    
    * platform/graphics/win/WKCACFLayer.cpp:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@54323 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index df95afa..f1ee817 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2010-02-03  Steve Falkenburg  <sfalken at apple.com>
+
+        Windows Debug_All build fix.
+
+        * platform/graphics/win/WKCACFLayer.cpp:
+
 2010-02-03  Brady Eidson  <beidson at apple.com>
 
         Reviewed by Alexey Proskuryakov.
diff --git a/WebCore/platform/graphics/win/WKCACFLayer.cpp b/WebCore/platform/graphics/win/WKCACFLayer.cpp
index ad1fc85..e97fac9 100644
--- a/WebCore/platform/graphics/win/WKCACFLayer.cpp
+++ b/WebCore/platform/graphics/win/WKCACFLayer.cpp
@@ -39,10 +39,11 @@
 
 #ifdef DEBUG_ALL
 #pragma comment(lib, "QuartzCore_debug")
+#pragma comment(lib, "QuartzCoreInterface_debug")
 #else
 #pragma comment(lib, "QuartzCore")
-#endif
 #pragma comment(lib, "QuartzCoreInterface")
+#endif
 
 namespace WebCore {
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list