[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

gyuyoung.kim at samsung.com gyuyoung.kim at samsung.com
Sun Feb 20 23:05:45 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 1751a962a623e8e203161e42a9021d3349a8a351
Author: gyuyoung.kim at samsung.com <gyuyoung.kim at samsung.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jan 17 09:40:32 2011 +0000

    2011-01-17  Gyuyoung Kim  <gyuyoung.kim at samsung.com>
    
            Unreviewed, rolling out r75923.
    
            GTK guy rolls out the r75914.
    
            * platform/efl/ScrollViewEfl.cpp:
            (WebCore::ScrollView::platformInit):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75929 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog
index 26944c0..0e52b87 100644
--- a/Source/WebCore/ChangeLog
+++ b/Source/WebCore/ChangeLog
@@ -1,3 +1,12 @@
+2011-01-17  Gyuyoung Kim  <gyuyoung.kim at samsung.com>
+
+        Unreviewed, rolling out r75923.
+
+        GTK guy rolls out the r75914.
+
+        * platform/efl/ScrollViewEfl.cpp:
+        (WebCore::ScrollView::platformInit):
+
 2011-01-17  Helder Correia  <helder at sencha.com>
 
         Reviewed by Kenneth Rohde Christiansen.
diff --git a/Source/WebCore/platform/efl/ScrollViewEfl.cpp b/Source/WebCore/platform/efl/ScrollViewEfl.cpp
index 4acdb29..6768a4a 100644
--- a/Source/WebCore/platform/efl/ScrollViewEfl.cpp
+++ b/Source/WebCore/platform/efl/ScrollViewEfl.cpp
@@ -48,6 +48,10 @@ using namespace std;
 
 namespace WebCore {
 
+void ScrollView::platformInit()
+{
+}
+
 void ScrollView::platformDestroy()
 {
 }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list