[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

gyuyoung.kim at samsung.com gyuyoung.kim at samsung.com
Fri Jan 21 14:37:14 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit d404a52c80fa794123321db59320deb6bc121205
Author: gyuyoung.kim at samsung.com <gyuyoung.kim at samsung.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Dec 23 08:17:10 2010 +0000

    2010-12-23  Gyuyoung Kim  <gyuyoung.kim at samsung.com>
    
            Unreviewed build warning fix.
    
            [EFL] Remove warning messages during the webkit efl compiling
            https://bugs.webkit.org/show_bug.cgi?id=51520
    
            Remove build warning messages.
    
            * ewk/ewk_view.cpp:
            (_ewk_view_smart_show):
            (_ewk_view_smart_hide):
            * ewk/ewk_view.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74542 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/efl/ChangeLog b/WebKit/efl/ChangeLog
index fde9fea..a866be0 100644
--- a/WebKit/efl/ChangeLog
+++ b/WebKit/efl/ChangeLog
@@ -1,3 +1,17 @@
+2010-12-23  Gyuyoung Kim  <gyuyoung.kim at samsung.com>
+
+        Unreviewed build warning fix.
+
+        [EFL] Remove warning messages during the webkit efl compiling
+        https://bugs.webkit.org/show_bug.cgi?id=51520
+
+        Remove build warning messages.
+
+        * ewk/ewk_view.cpp:
+        (_ewk_view_smart_show):
+        (_ewk_view_smart_hide):
+        * ewk/ewk_view.h:
+
 2010-12-22  Gyuyoung Kim  <gyuyoung.kim at samsung.com>
 
         Reviewed by Antonio Gomes.
diff --git a/WebKit/efl/ewk/ewk_view.cpp b/WebKit/efl/ewk/ewk_view.cpp
index 9eee9cb..8d3458d 100644
--- a/WebKit/efl/ewk/ewk_view.cpp
+++ b/WebKit/efl/ewk/ewk_view.cpp
@@ -864,7 +864,6 @@ static void _ewk_view_smart_calculate(Evas_Object* o)
 static void _ewk_view_smart_show(Evas_Object *o)
 {
     EWK_VIEW_SD_GET(o, sd);
-    EWK_VIEW_PRIV_GET(sd, priv);
 
     if (evas_object_clipees_get(sd->base.clipper))
         evas_object_show(sd->base.clipper);
@@ -874,7 +873,6 @@ static void _ewk_view_smart_show(Evas_Object *o)
 static void _ewk_view_smart_hide(Evas_Object *o)
 {
     EWK_VIEW_SD_GET(o, sd);
-    EWK_VIEW_PRIV_GET(sd, priv);
 
     evas_object_hide(sd->base.clipper);
     evas_object_hide(sd->backing_store);
diff --git a/WebKit/efl/ewk/ewk_view.h b/WebKit/efl/ewk/ewk_view.h
index 6902949..e487f5e 100644
--- a/WebKit/efl/ewk/ewk_view.h
+++ b/WebKit/efl/ewk/ewk_view.h
@@ -155,7 +155,7 @@ struct _Ewk_View_Smart_Class {
  * @see EWK_VIEW_SMART_CLASS_INIT_VERSION
  * @see EWK_VIEW_SMART_CLASS_INIT_NAME_VERSION
  */
-#define EWK_VIEW_SMART_CLASS_INIT(smart_class_init) {smart_class_init, EWK_VIEW_SMART_CLASS_VERSION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}
+#define EWK_VIEW_SMART_CLASS_INIT(smart_class_init) {smart_class_init, EWK_VIEW_SMART_CLASS_VERSION, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}
 
 /**
  * Initializer to zero a whole Ewk_View_Smart_Class structure.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list