[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:27 UTC 2011


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

    2011-01-17  Gyuyoung Kim  <gyuyoung.kim at samsung.com>
    
            Unreviewed build fix.
    
            Bug 49177's patch enabled platformInit() in super class(ScrollView).
            But, it didn't removed the function in ScrollViewEfl.cpp.
    
            * platform/efl/ScrollViewEfl.cpp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75923 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog
index bb2a559..8c168f8 100644
--- a/Source/WebCore/ChangeLog
+++ b/Source/WebCore/ChangeLog
@@ -1,3 +1,12 @@
+2011-01-17  Gyuyoung Kim  <gyuyoung.kim at samsung.com>
+
+        Unreviewed build fix.
+
+        Bug 49177's patch enabled platformInit() in super class(ScrollView).
+        But, it didn't removed the function in ScrollViewEfl.cpp.
+
+        * platform/efl/ScrollViewEfl.cpp:
+
 2011-01-16  Dan Bernstein  <mitz at apple.com>
 
         Reviewed by Sam Weinig.
diff --git a/Source/WebCore/platform/efl/ScrollViewEfl.cpp b/Source/WebCore/platform/efl/ScrollViewEfl.cpp
index 6768a4a..4acdb29 100644
--- a/Source/WebCore/platform/efl/ScrollViewEfl.cpp
+++ b/Source/WebCore/platform/efl/ScrollViewEfl.cpp
@@ -48,10 +48,6 @@ using namespace std;
 
 namespace WebCore {
 
-void ScrollView::platformInit()
-{
-}
-
 void ScrollView::platformDestroy()
 {
 }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list