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

leandro at webkit.org leandro at webkit.org
Wed Dec 22 13:24:37 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit fa0cc9fd67612bf20a59d4b8e152ad7b2d616b50
Author: leandro at webkit.org <leandro at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Sep 14 17:04:20 2010 +0000

    2010-09-14  Leandro Pereira  <leandro at profusion.mobi>
    
            [EFL] Unreviewed build fix: remove "virtual" keyword from
            implementation file.
    
            * WebCoreSupport/FrameLoaderClientEfl.cpp:
            (WebCore::FrameLoaderClientEfl::canShowMIMETypeAsHTML):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67476 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/efl/ChangeLog b/WebKit/efl/ChangeLog
index 27ab5a0..1d42b5b 100644
--- a/WebKit/efl/ChangeLog
+++ b/WebKit/efl/ChangeLog
@@ -1,3 +1,11 @@
+2010-09-14  Leandro Pereira  <leandro at profusion.mobi>
+
+        [EFL] Unreviewed build fix: remove "virtual" keyword from
+        implementation file.
+
+        * WebCoreSupport/FrameLoaderClientEfl.cpp:
+        (WebCore::FrameLoaderClientEfl::canShowMIMETypeAsHTML):
+
 2010-09-13  Rafael Antognolli  <antognolli at profusion.mobi>
 
         Unreviewed build fix.
diff --git a/WebKit/efl/WebCoreSupport/FrameLoaderClientEfl.cpp b/WebKit/efl/WebCoreSupport/FrameLoaderClientEfl.cpp
index a623a8f..056687c 100644
--- a/WebKit/efl/WebCoreSupport/FrameLoaderClientEfl.cpp
+++ b/WebKit/efl/WebCoreSupport/FrameLoaderClientEfl.cpp
@@ -678,7 +678,7 @@ bool FrameLoaderClientEfl::canHandleRequest(const ResourceRequest&) const
     return true;
 }
 
-virtual bool FrameLoaderClientEfl::canShowMIMETypeAsHTML(const String& MIMEType) const
+bool FrameLoaderClientEfl::canShowMIMETypeAsHTML(const String& MIMEType) const
 {
     notImplemented();
     return false;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list