[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 14:45:23 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit a735d8ce0707846d1f0891b028703aa75d373066
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Oct 19 12:47:26 2010 +0000

    2010-10-19  Ryuan Choi  <ryuan.choi at samsung.com>
    
            Unreviewed attempt to remove warning in EFL build.
    
            Fix #if to #ifdef.
    
            No new features, so no tests added.
    
            * platform/efl/WidgetEfl.cpp:
            (WebCore::Widget::applyFallbackCursor):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70051 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index b46b347..18fc8e9 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,14 @@
+2010-10-19  Ryuan Choi  <ryuan.choi at samsung.com>
+
+        Unreviewed attempt to remove warning in EFL build.
+
+        Fix #if to #ifdef.
+
+        No new features, so no tests added.
+
+        * platform/efl/WidgetEfl.cpp:
+        (WebCore::Widget::applyFallbackCursor):
+
 2010-10-19  Andreas Kling  <kling at webkit.org>
 
         Reviewed by Tor Arne Vestbø.
diff --git a/WebCore/platform/efl/WidgetEfl.cpp b/WebCore/platform/efl/WidgetEfl.cpp
index d82e99e..640e6e3 100644
--- a/WebCore/platform/efl/WidgetEfl.cpp
+++ b/WebCore/platform/efl/WidgetEfl.cpp
@@ -206,7 +206,7 @@ void Widget::setFocus(bool focused)
 
 void Widget::applyFallbackCursor()
 {
-#if HAVE_ECORE_X
+#ifdef HAVE_ECORE_X
     if (m_data->m_isUsingEcoreX && !m_data->m_cursorGroup.isNull()) {
         int shape = cursorStringMap.cursor(m_data->m_cursorGroup.utf8().data());
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list