[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

commit-queue at webkit.org commit-queue at webkit.org
Wed Dec 22 11:56:45 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 883bfa79a75a64d83f2565f780607d783eaf7594
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Aug 11 23:30:39 2010 +0000

    2010-08-11  Kwang Yul Seo  <skyul at company100.net>
    
            Reviewed by David Levin.
    
            Include <wtf/UnusedParam.h> in GraphicsContextSkia.cpp
            https://bugs.webkit.org/show_bug.cgi?id=43843
    
            wtf/UnusedParam.h must be included because UNUSED_PARAM macro is used.
    
            * platform/graphics/skia/GraphicsContextSkia.cpp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65197 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index ffadb20..aa68707 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,14 @@
+2010-08-11  Kwang Yul Seo  <skyul at company100.net>
+
+        Reviewed by David Levin.
+
+        Include <wtf/UnusedParam.h> in GraphicsContextSkia.cpp
+        https://bugs.webkit.org/show_bug.cgi?id=43843
+
+        wtf/UnusedParam.h must be included because UNUSED_PARAM macro is used.
+
+        * platform/graphics/skia/GraphicsContextSkia.cpp:
+
 2010-08-11  Nico Weber  <thakis at chromium.org>
 
         Reviewed by David Levin.
diff --git a/WebCore/platform/graphics/skia/GraphicsContextSkia.cpp b/WebCore/platform/graphics/skia/GraphicsContextSkia.cpp
index 7bcd84b..f2a0a16 100644
--- a/WebCore/platform/graphics/skia/GraphicsContextSkia.cpp
+++ b/WebCore/platform/graphics/skia/GraphicsContextSkia.cpp
@@ -53,6 +53,7 @@
 #include <math.h>
 #include <wtf/Assertions.h>
 #include <wtf/MathExtras.h>
+#include <wtf/UnusedParam.h>
 
 #if USE(GLES2_RENDERING)
 #include "GLES2Canvas.h"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list